Update deployment.yaml

This commit is contained in:
2026-02-11 05:38:27 +00:00
parent d90c0d3c1a
commit 38b285b802

View File

@@ -23,6 +23,14 @@ spec:
labels: labels:
app: memelord app: memelord
spec: spec:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/zone
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
app: memelord
containers: containers:
- name: memelord - name: memelord
image: ghcr.io/l4rm4nd/memelord:latest image: ghcr.io/l4rm4nd/memelord:latest