Skip to content

Commit

Permalink
fix container image for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Oct 4, 2024
1 parent 3ec8e62 commit fdf7298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/app/templates/frontend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
securityContext:
capabilities:
add: [ "NET_BIND_SERVICE" ]
image: "{{.Values.global.registry}}/{{.Values.global.repository}}/nginx:{{ .Values.global.tag | default .Chart.AppVersion }}"
image: "{{.Values.global.registry}}/{{.Values.global.repository}}/frontend:{{ .Values.global.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ default "Always" .Values.frontend.imagePullPolicy }}
env:
- name: BACKEND_URL
Expand Down

0 comments on commit fdf7298

Please sign in to comment.