We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73eb423 commit 540c276Copy full SHA for 540c276
2 files changed
chart/templates/deployment.yaml
@@ -4,6 +4,11 @@ metadata:
4
name: {{ .Release.Name }}-deployment
5
spec:
6
replicas: {{ .Values.replicaCount }}
7
+ strategy:
8
+ type: RollingUpdate
9
+ rollingUpdate:
10
+ maxUnavailable: 1
11
+ maxSurge: 0
12
selector:
13
matchLabels:
14
app: {{ .Release.Name }}
chart/values.yaml
@@ -1,7 +1,7 @@
1
replicaCount: 1
2
3
image:
- source: ghcr.io/syntax3rror404/k8s-devmachine@sha256:b371c8c87004c5c5647db48ed9bf3271108dab8239608d8dbe10e18e73d49374
+ source: ghcr.io/syntax3rror404/k8s-devmachine@sha256:b371c8c87004c5c5647db48ed9bf3271108dab8239608d8dbe10e18e73d49374
pullPolicy: IfNotPresent
service:
0 commit comments