Skip to content

Commit

Permalink
fixed imagePullPolicy: Always
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinier Nel committed Feb 5, 2024
1 parent 8cbb293 commit 3a9c518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/game/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
labels:
app: game
spec:
imagePullPolicy: Always
replicas: 1
selector:
matchLabels:
Expand All @@ -21,4 +20,5 @@ spec:
image: "maindevopsdemo.azurecr.io/game@sha256:f080c9a924b4a4df04ff7b8c5576acea5308749c8c2ef73317a4434a0f4e9443"
ports:
- name: http
containerPort: 80
containerPort: 80
imagePullPolicy: Always

0 comments on commit 3a9c518

Please sign in to comment.