Fixed manifests
This commit is contained in:
@@ -9,13 +9,6 @@ metadata:
|
||||
name: lldap
|
||||
spec:
|
||||
replicas: 2
|
||||
topologySpreadConstraints:
|
||||
- maxSkew: 1
|
||||
topologyKey: kubernetes.io/hostname
|
||||
whenUnsatisfiable: DoNotSchedule
|
||||
labelSelector:
|
||||
matchLabels:
|
||||
app: lldap
|
||||
selector:
|
||||
matchLabels:
|
||||
app: lldap
|
||||
@@ -29,6 +22,13 @@ spec:
|
||||
labels:
|
||||
app: lldap
|
||||
spec:
|
||||
topologySpreadConstraints:
|
||||
- maxSkew: 1
|
||||
topologyKey: kubernetes.io/hostname
|
||||
whenUnsatisfiable: DoNotSchedule
|
||||
labelSelector:
|
||||
matchLabels:
|
||||
app: lldap
|
||||
containers:
|
||||
- env:
|
||||
- name: GID
|
||||
|
||||
@@ -8,13 +8,6 @@ metadata:
|
||||
|
||||
spec:
|
||||
replicas: 2
|
||||
topologySpreadConstraints:
|
||||
- maxSkew: 1
|
||||
topologyKey: kubernetes.io/hostname
|
||||
whenUnsatisfiable: DoNotSchedule
|
||||
labelSelector:
|
||||
matchLabels:
|
||||
app: whoami
|
||||
selector:
|
||||
matchLabels:
|
||||
app: whoami
|
||||
@@ -23,6 +16,13 @@ spec:
|
||||
labels:
|
||||
app: whoami
|
||||
spec:
|
||||
topologySpreadConstraints:
|
||||
- maxSkew: 1
|
||||
topologyKey: kubernetes.io/hostname
|
||||
whenUnsatisfiable: DoNotSchedule
|
||||
labelSelector:
|
||||
matchLabels:
|
||||
app: whoami
|
||||
containers:
|
||||
- name: whoami
|
||||
image: traefik/whoami
|
||||
|
||||
Reference in New Issue
Block a user