Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Update deploy example to v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiang Huan committed Mar 27, 2020
1 parent 4c7be7a commit 866ebb0
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions deploy-example/kubernetes-manifest/2_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@ spec:
spec:
serviceAccountName: imagepullsecret-patcher
containers:
- name: imagepullsecret-patcher
image: "quay.io/titansoft/imagepullsecret-patcher:v0.10"
env:
- name: CONFIG_FORCE
value: "true"
- name: CONFIG_DEBUG
value: "false"
- name: CONFIG_ALLSERVICEACCOUNT
value: "true"
- name: CONFIG_DOCKERCONFIGJSON
valueFrom:
secretKeyRef:
name: image-pull-secret
key: .dockerconfigjson
resources:
requests:
cpu: 0.1
memory: 15Mi
limits:
cpu: 0.2
memory: 30Mi
- name: imagepullsecret-patcher
image: "quay.io/titansoft/imagepullsecret-patcher:v0.11"
env:
- name: CONFIG_FORCE
value: "true"
- name: CONFIG_DEBUG
value: "false"
- name: CONFIG_ALLSERVICEACCOUNT
value: "true"
- name: CONFIG_DOCKERCONFIGJSON
valueFrom:
secretKeyRef:
name: image-pull-secret
key: .dockerconfigjson
resources:
requests:
cpu: 0.1
memory: 15Mi
limits:
cpu: 0.2
memory: 30Mi

0 comments on commit 866ebb0

Please sign in to comment.