This commit is contained in:
Philip Haupt
2025-05-22 22:30:51 +02:00
parent 1bef99f702
commit 32c2f94447

View File

@@ -158,7 +158,7 @@ metadata:
helm.sh/chart: nextcloud-6.6.9 helm.sh/chart: nextcloud-6.6.9
name: nextcloud name: nextcloud
spec: spec:
replicas: 0 replicas: 1
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/component: app app.kubernetes.io/component: app
@@ -355,7 +355,7 @@ metadata:
name: nextcloud-collabora name: nextcloud-collabora
spec: spec:
minReadySeconds: 0 minReadySeconds: 0
replicas: 0 replicas: 1
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/instance: nextcloud app.kubernetes.io/instance: nextcloud
@@ -450,7 +450,7 @@ metadata:
name: nextcloud-postgresql name: nextcloud-postgresql
namespace: nextcloud namespace: nextcloud
spec: spec:
replicas: 0 replicas: 1
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/component: primary app.kubernetes.io/component: primary