Skip to content

Commit

Permalink
chore: set imagePullPolicy to IfNotPresent for both containers
Browse files Browse the repository at this point in the history
Co-Authored-By: maslow@sealos.io <maslow@sealos.io>
  • Loading branch information
devin-ai-integration[bot] and maslow@sealos.io committed Jan 3, 2025
1 parent ef8d0a1 commit b15f140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
containers:
- name: controller
image: envoy-ingress-controller:latest
imagePullPolicy: IfNotPresent
args:
- --enable-leader-election
- --metrics-addr=:8080
Expand All @@ -30,6 +31,7 @@ spec:
memory: 512Mi
- name: envoy
image: envoyproxy/envoy:v1.28.0
imagePullPolicy: IfNotPresent
command:
- envoy
args:
Expand Down

0 comments on commit b15f140

Please sign in to comment.