mirror of
https://github.com/outbackdingo/proxmox-cloud-controller-manager.git
synced 2026-01-27 10:20:13 +00:00
doc: deploy
Update deploy example.
This commit is contained in:
@@ -137,10 +137,14 @@ spec:
|
|||||||
app.kubernetes.io/instance: proxmox-cloud-controller-manager
|
app.kubernetes.io/instance: proxmox-cloud-controller-manager
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
annotations:
|
||||||
|
checksum/config: c69436cb1e16c36ff708b1003d3ca4c6ee6484d2524e2ba7d9b68f473acaa1ca
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: proxmox-cloud-controller-manager
|
app.kubernetes.io/name: proxmox-cloud-controller-manager
|
||||||
app.kubernetes.io/instance: proxmox-cloud-controller-manager
|
app.kubernetes.io/instance: proxmox-cloud-controller-manager
|
||||||
spec:
|
spec:
|
||||||
|
enableServiceLinks: false
|
||||||
|
priorityClassName: system-cluster-critical
|
||||||
serviceAccountName: proxmox-cloud-controller-manager
|
serviceAccountName: proxmox-cloud-controller-manager
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 10258
|
fsGroup: 10258
|
||||||
@@ -157,7 +161,7 @@ spec:
|
|||||||
- ALL
|
- ALL
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
image: "ghcr.io/sergelogvinov/proxmox-cloud-controller-manager:811670e"
|
image: "ghcr.io/sergelogvinov/proxmox-cloud-controller-manager:edge"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["/proxmox-cloud-controller-manager"]
|
command: ["/proxmox-cloud-controller-manager"]
|
||||||
args:
|
args:
|
||||||
|
|||||||
Reference in New Issue
Block a user