Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 committed Aug 25, 2024
1 parent 73eb423 commit 540c276
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ metadata:
name: {{ .Release.Name }}-deployment
spec:
replicas: {{ .Values.replicaCount }}
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
maxSurge: 0
selector:
matchLabels:
app: {{ .Release.Name }}
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 1

image:
source: ghcr.io/syntax3rror404/k8s-devmachine@sha256:b371c8c87004c5c5647db48ed9bf3271108dab8239608d8dbe10e18e73d49374
source: ghcr.io/syntax3rror404/k8s-devmachine@sha256:b371c8c87004c5c5647db48ed9bf3271108dab8239608d8dbe10e18e73d49374
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 540c276

Please sign in to comment.