1
0
Fork 0
mirror of synced 2024-06-28 19:10:33 +12:00

allow couchDB to be turned off

This commit is contained in:
Martin McKeaveney 2021-08-18 10:47:39 +01:00
parent 91662d0c5d
commit 7c9839a9aa
2 changed files with 3 additions and 1 deletions

View file

@ -34,6 +34,7 @@ dependencies:
- name: couchdb
version: 3.3.4
repository: https://apache.github.io/couchdb-helm
condition: services.couchdb.enabled
- name: ingress-nginx
version: 3.35.0
repository: https://github.com/kubernetes/ingress-nginx

View file

@ -41,7 +41,7 @@ service:
ingress:
enabled: true
# certificateArn: ""
certificateArn: ""
className: ""
annotations:
kubernetes.io/ingress.class: nginx
@ -112,6 +112,7 @@ services:
replicaCount: 1
couchdb:
enabled: true
replicaCount: 3
url: "" # only change if pointing to existing couch server
user: "" # only change if pointing to existing couch server