mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
image: add upgrade-agent (#827)
This commit is contained in:
parent
0297aed1ea
commit
473e16feb2
12 changed files with 97 additions and 1 deletions
|
@ -60,6 +60,9 @@ spec:
|
|||
- mountPath: /etc/gce
|
||||
name: gceconf
|
||||
readOnly: true
|
||||
- mountPath: /etc/constellation-upgrade-agent.sock
|
||||
name: upgrade-agent-socket
|
||||
readOnly: true
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
|
@ -88,6 +91,10 @@ spec:
|
|||
configMap:
|
||||
name: gceconf
|
||||
optional: true
|
||||
- name: upgrade-agent-socket
|
||||
hostPath:
|
||||
path: /run/constellation-upgrade-agent.sock
|
||||
type: Socket
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/control-plane: ""
|
||||
tolerations:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue