Skip to content

Commit

Permalink
update settings for sync and web-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacman99 committed Jun 23, 2023
1 parent 4173f67 commit cfc3bd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: marlowe-runtime
version: v0.0.6
version: v0.0.7
description: Marlowe smart contract language Cardano implementation
home: https://marlowe.iohk.io
sources:
Expand Down
4 changes: 4 additions & 0 deletions deploy/templates/marlowe-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ spec:
value: "3725"
- name: MARLOWE_QUERY_PORT
value: "3726"
- name: MARLOWE_CHAIN_SYNC_HOST
value: chain-sync-{{ $network }}.marlowe-staging
- name: MARLOWE_CHAIN_SYNC_QUERY_PORT
value: "3716"
- name: DB_NAME
value: chainsync_{{ $network }}
- name: DB_USER
Expand Down
2 changes: 1 addition & 1 deletion deploy/templates/marlowe-web-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- name: RUNTIME_PORT
value: "3701"
cpu: "0.5"
image: {{ $.Values.images.repo }}/{{ $.Values.images.org }}/marlowe-proxy:{{ $.Values.images.tag }}
image: {{ $.Values.images.repo }}/{{ $.Values.images.org }}/marlowe-web-server:{{ $.Values.images.tag }}
imagePullPolicy: Always
memory: 1024Mi
ports:
Expand Down

0 comments on commit cfc3bd0

Please sign in to comment.