diff --git a/ops/demo-deploy.tmpl.yaml b/ops/demo-deploy.tmpl.yaml index 92bc4bc15..25cef661c 100644 --- a/ops/demo-deploy.tmpl.yaml +++ b/ops/demo-deploy.tmpl.yaml @@ -250,7 +250,7 @@ extraDeploy: command: - sh - -c - - "db-wait.sh {{ include "hyrax.fcrepo.host" . }}:8080" + - "db-wait.sh {{ include "hyrax.redis.host" . }}:6379" {{- if .Values.worker.extraInitContainers }} {{- toYaml .Values.worker.extraInitContainers | nindent 8 }} {{- end }}