Change number of kubegres replicas

Lonhorn should already enable duplication so
there's no need for kubegres to do the same
main
trivernis 1 year ago
parent 5d81c974b2
commit 0ae164cbbf
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

3
.gitignore vendored

@ -1 +1,2 @@
**/*-secret.yaml
**/*-secret.yaml
**/secret.yaml

@ -4,7 +4,7 @@ metadata:
name: miniflux-db
namespace: miniflux
spec:
replicas: 2
replicas: 1
image: postgres:16-alpine
database:
size: 2Gi

@ -4,7 +4,7 @@ metadata:
name: recipes-db
namespace: tandoor
spec:
replicas: 2
replicas: 1
image: postgres:16-alpine
database:
size: 2Gi

Loading…
Cancel
Save