Fixed manifests

This commit is contained in:
Dreaded_X 2025-02-19 00:52:18 +01:00
parent 474a765472
commit a976596e9d
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
4 changed files with 14 additions and 18 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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