Skip to content

Commit

Permalink
add env endpoints in deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
miko-ov committed Dec 4, 2023
1 parent 54e13b2 commit 6913c37
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion chart/pixelaw-core/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ spec:
image: {{ .Values.dockerImage }}
imagePullPolicy: Always
ports:
- containerPort: {{ .Values.webappContainerService.port }}
- containerPort: {{ .Values.webappContainerService.port }}
env:
- name: PUBLIC_NODE_URL
value: "https://katana.demo.pixelaw.xyz"
- name: PUBLIC_TORII
value: "https://torii.demo.pixelaw.xyz"

0 comments on commit 6913c37

Please sign in to comment.