Skip to content

Commit

Permalink
adjust mini-app file
Browse files Browse the repository at this point in the history
  • Loading branch information
coutug committed Mar 26, 2024
1 parent 75f003f commit 707f713
Showing 1 changed file with 13 additions and 23 deletions.
36 changes: 13 additions & 23 deletions app/mini-app.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: mini-app
namespace: flux-system
spec:
interval: 2m
url: https://coutug.github.io/test-cluster/
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
Expand All @@ -10,31 +20,11 @@ spec:
interval: 6h
chart:
spec:
chart: substreams-sink
version: "1.0.5"
chart: mini-app
version: 1.0.1
sourceRef:
kind: HelmRepository
name: helm-repo
name: mini-app
targetNamespace: mini-app
install:
createNamespace: true
values:
image: ghcr.io/coutug/mini-app
tag: 1.0.0
args: ["run"]
sinkType: "prometheus-substivity"
chain: "eos"
env:
substreams_endpoint: "https://eos.substreams.pinax.network:443"
manifest: "https://github.com/pinax-network/subtivity-substreams/releases/download/v0.5.0/subtivity-antelope-v0.5.0.spkg"
module_name: "prom_out"
hostname: 0.0.0.0
port: 9102
verbose: true
cursor_file: "/cursor/cursor.lock"
production_mode: true
secretName: token-secret
service:
type: ClusterIP
cursorPvc:
enabled: true

0 comments on commit 707f713

Please sign in to comment.