Update k8s/apps/khm/deployment.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 7s
All checks were successful
Check with kubeconform / lint (push) Successful in 7s
This commit is contained in:
@ -9,16 +9,19 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: khm
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxUnavailable: 0
|
||||
maxSurge: 1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: khm
|
||||
spec:
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
||||
#nodeSelector:
|
||||
# kubernetes.io/hostname: master.tail2fe2d.ts.net
|
||||
containers:
|
||||
- name: khm
|
||||
image: 'ultradesu/khm:latest'
|
||||
|
Reference in New Issue
Block a user