Use recreate strategy for UnrealIRCd

This commit is contained in:
Andrew Stoltz
2026-04-16 19:33:28 -05:00
parent ef0e1f2505
commit 63cf5193ef

View File

@@ -503,11 +503,13 @@ metadata:
namespace: irc namespace: irc
labels: labels:
app: unrealircd app: unrealircd
spec: spec:
replicas: 1 replicas: 1
selector: strategy:
matchLabels: type: Recreate
app: unrealircd selector:
matchLabels:
app: unrealircd
template: template:
metadata: metadata:
labels: labels: