diff --git a/apps/lldap/deployment.yaml b/apps/lldap/deployment.yaml index 1b47d35..68796ac 100644 --- a/apps/lldap/deployment.yaml +++ b/apps/lldap/deployment.yaml @@ -12,10 +12,10 @@ spec: topologySpreadConstraints: - maxSkew: 1 topologyKey: kubernetes.io/hostname - whenUnsatisfiable: ScheduleAnyway + whenUnsatisfiable: DoNotSchedule labelSelector: matchLabels: - type: dummy + app: lldap selector: matchLabels: app: lldap diff --git a/apps/whoami.yaml b/apps/whoami.yaml index 285be17..077d5b2 100644 --- a/apps/whoami.yaml +++ b/apps/whoami.yaml @@ -14,7 +14,7 @@ spec: whenUnsatisfiable: DoNotSchedule labelSelector: matchLabels: - type: dummy + app: whoami selector: matchLabels: app: whoami