keycloak: use recreate strategy with pvc

This commit is contained in:
Brad Stein 2026-01-02 17:02:59 -03:00
parent 38c2bc2c11
commit f8ae031d75

View File

@ -8,6 +8,8 @@ metadata:
app: keycloak app: keycloak
spec: spec:
replicas: 1 replicas: 1
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: keycloak app: keycloak