Skip to content

Commit

Permalink
Update app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Munkkeli authored Jan 16, 2025
1 parent f11f9c0 commit 25ae700
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .diploi/helm/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ spec:
- name: app
image: ghcr.io/diploi/component-nextjs:main
imagePullPolicy: Always
workingDir: /app/{{ .Values.identifier }}
ports:
- containerPort: 3000
{{- if eq .Values.stage "development"}}
Expand All @@ -64,6 +63,9 @@ spec:
limits:
memory: 1000Mi
{{- end }}
{{- if eq .Values.stage "development" }}
workingDir: /app/{{ .Values.identifier }}
{{- end }}
env:
{{ range $key, $val := .Values.parameterGroupsEnabled }}
{{ if $val }}
Expand Down

0 comments on commit 25ae700

Please sign in to comment.