Skip to content

Commit

Permalink
Update app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors authored Oct 16, 2024
1 parent 96fd3e1 commit 0e36a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .diploi/helm/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
#fix this by manualy kubectl apply -f [priorityclassesfile] in core code!
containers:
- name: app
image: {{ .Values.images.app }}
image: ghcr.io/diploi/component-nextjs:main
imagePullPolicy: Always
ports:
- containerPort: 80
Expand Down Expand Up @@ -126,4 +126,4 @@ spec:
- name: root-mount
hostPath:
path: {{ .Values.storage.app.hostPath }}/root
{{- end }}
{{- end }}

0 comments on commit 0e36a9f

Please sign in to comment.