Skip to content

Commit

Permalink
interlay-firesquid
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed Nov 11, 2022
1 parent 4c11854 commit 28b628b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/interlay-firesquid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 4 additions & 0 deletions charts/interlay-firesquid/templates/deployment-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.gateway.image }}"
imagePullPolicy: {{ .Values.gateway.imagePullPolicy }}
{{- with .Values.gateway.args }}
args:
{{- toYaml . | nindent 12 }}
{{- end }}
env:
{{- with .Values.gateway.env }}
{{- toYaml . | nindent 12 }}
Expand Down
7 changes: 2 additions & 5 deletions charts/interlay-firesquid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ ingest:
imagePullPolicy: IfNotPresent
replicaCount: 1
resources: {}
args:
- -e ws://interbtc-rpc.interbtc-parachain:9944
- --out=postgres://squid_interlay_owner_user:sexXjXmKavhh0rOiucr2WdabJ1ZWTDrI5Fpt26UGOBjXQuJGFpYLrqbpfeJQmeNV@interlay-prod.postgresql.svc.cluster.local:5432/squid_interlay_archive
args: []
env: []
secretName: ''

Expand All @@ -24,8 +22,7 @@ gateway:
imagePullPolicy: IfNotPresent
replicaCount: 1
resources: {}
args:
- --database-url=postgres://squid_kintsugi_dev_owner_user:wkwRe4t7FHN5HMOMO3OtviqpwH0y852CsvIqFdTY1gkBfYMRuLSCdFkE6RGkvGLd@interlay-dev.postgresql.svc.cluster.local:5432/squid_kintsugi_dev_archive
args: []
env: []

processor:
Expand Down

0 comments on commit 28b628b

Please sign in to comment.