Skip to content

Commit

Permalink
build: add img iad.ocir.io/idklmfs5zwub/terraform_canvas:$IMAGE_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeap committed Aug 4, 2023
1 parent 3421486 commit 48aedb1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions charts/terraform-canvas/templates/front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,22 @@ spec:
labels:
app: {{ include "terraform-canvas.name" . }}-front
spec:
volumes:
- name: config-volume
configMap:
name: fe-config
serviceAccountName: {{ include "terraform-canvas.serviceAccountName" . }}
containers:
- name: {{ .Chart.Name }}-front
image: iad.ocir.io/idklmfs5zwub/terraform_canvas:615bdb12091e356ee99fc151ae51daca7ee73144
image: iad.ocir.io/idklmfs5zwub/terraform_canvas:34575cad6922c0b0309e95d1716eb2a557f77b78
ports:
- name: http
containerPort: {{ .Values.frontend.lb.http.targetPort}}
protocol: TCP
env:
- name: VITE_BASE_URL
valueFrom:
secretKeyRef:
name: back-config
key: VITE_BASE_URL

volumeMounts:
- name: config-volume
mountPath: /usr/share/nginx/html/config.js
subPath: config.js
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 48aedb1

Please sign in to comment.