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 7, 2025
1 parent 9125c0a commit a8a20d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .diploi/helm/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
apiVersion: apps/v1
{{- if eq .Values.stage "development"}}
kind: StatefulSet
{{- else }}
kind: Deployment
{{- end }}
metadata:
name: app
labels:
Expand Down

0 comments on commit a8a20d8

Please sign in to comment.