remove custom domain by default

This commit is contained in:
Martin McKeaveney 2021-08-17 18:03:23 +01:00
parent 9ccdbd8556
commit f992be2b2f
2 changed files with 1 additions and 6 deletions

View File

@ -29,11 +29,6 @@ spec:
- env:
- name: CLUSTER_PORT
value: {{ .Values.services.worker.port | quote }}
- name: COUCH_DB_USERNAME
valueFrom:
secretKeyRef:
name: {{ template "couchdb.fullname" . }}
key: adminUsername
- name: COUCH_DB_USER
valueFrom:
secretKeyRef:

View File

@ -46,7 +46,7 @@ ingress:
annotations:
kubernetes.io/ingress.class: nginx
hosts:
- host: example.cluster # change to be your domain
- host: # change if using custom domain
paths:
- path: /
pathType: Prefix