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 name: lldap
spec: spec:
replicas: 2 replicas: 2
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app: lldap
selector: selector:
matchLabels: matchLabels:
app: lldap app: lldap
@ -29,6 +22,13 @@ spec:
labels: labels:
app: lldap app: lldap
spec: spec:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app: lldap
containers: containers:
- env: - env:
- name: GID - name: GID

View File

@ -8,13 +8,6 @@ metadata:
spec: spec:
replicas: 2 replicas: 2
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app: whoami
selector: selector:
matchLabels: matchLabels:
app: whoami app: whoami
@ -23,6 +16,13 @@ spec:
labels: labels:
app: whoami app: whoami
spec: spec:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app: whoami
containers: containers:
- name: whoami - name: whoami
image: traefik/whoami image: traefik/whoami

View File

@ -1,7 +1,6 @@
apiVersion: apps/v1 apiVersion: apps/v1
kind: DaemonSet kind: DaemonSet
metadata: metadata:
creationTimestamp: null
labels: labels:
app.kubernetes.io/name: kube-vip-ds app.kubernetes.io/name: kube-vip-ds
app.kubernetes.io/version: v0.8.3 app.kubernetes.io/version: v0.8.3
@ -12,7 +11,6 @@ spec:
app.kubernetes.io/name: kube-vip-ds app.kubernetes.io/name: kube-vip-ds
template: template:
metadata: metadata:
creationTimestamp: null
labels: labels:
app.kubernetes.io/name: kube-vip-ds app.kubernetes.io/name: kube-vip-ds
app.kubernetes.io/version: v0.8.3 app.kubernetes.io/version: v0.8.3

View File

@ -1,7 +1,6 @@
apiVersion: apps/v1 apiVersion: apps/v1
kind: DaemonSet kind: DaemonSet
metadata: metadata:
creationTimestamp: null
labels: labels:
app.kubernetes.io/name: kube-vip-ds app.kubernetes.io/name: kube-vip-ds
app.kubernetes.io/version: v0.8.3 app.kubernetes.io/version: v0.8.3
@ -12,7 +11,6 @@ spec:
app.kubernetes.io/name: kube-vip-ds app.kubernetes.io/name: kube-vip-ds
template: template:
metadata: metadata:
creationTimestamp: null
labels: labels:
app.kubernetes.io/name: kube-vip-ds app.kubernetes.io/name: kube-vip-ds
app.kubernetes.io/version: v0.8.3 app.kubernetes.io/version: v0.8.3