Fixed manifests
This commit is contained in:
parent
474a765472
commit
a976596e9d
|
@ -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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
app.kubernetes.io/name: kube-vip-ds
|
||||
app.kubernetes.io/version: v0.8.3
|
||||
|
@ -12,7 +11,6 @@ spec:
|
|||
app.kubernetes.io/name: kube-vip-ds
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
app.kubernetes.io/name: kube-vip-ds
|
||||
app.kubernetes.io/version: v0.8.3
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
app.kubernetes.io/name: kube-vip-ds
|
||||
app.kubernetes.io/version: v0.8.3
|
||||
|
@ -12,7 +11,6 @@ spec:
|
|||
app.kubernetes.io/name: kube-vip-ds
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
app.kubernetes.io/name: kube-vip-ds
|
||||
app.kubernetes.io/version: v0.8.3
|
||||
|
|
Loading…
Reference in New Issue
Block a user