Skip to content

Commit

Permalink
🔧 update kubernetes image policy
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Mar 14, 2024
1 parent a155598 commit 209f9e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/ctf-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
value: redis://redis:6379/0
ports:
- containerPort: 7283
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
resources:
Expand Down Expand Up @@ -151,7 +151,7 @@ spec:
value: redis://redis:6379/0
ports:
- containerPort: 8545
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
resources:
Expand Down

0 comments on commit 209f9e5

Please sign in to comment.