Unverified Commit 87d0f2d7 authored by Nipun Agarwal's avatar Nipun Agarwal Committed by GitHub

chore: Updated the deployment search file with Release.Name instead of Release.Namespace (#488)

parent 2a883fb4
...@@ -46,7 +46,7 @@ spec: ...@@ -46,7 +46,7 @@ spec:
- containerPort: 5001 - containerPort: 5001
env: env:
- name: PROXY_ENDPOINT - name: PROXY_ENDPOINT
value: {{ if .Values.search.elasticsearchEndpoint }}{{ .Values.search.elasticsearchEndpoint }}{{ else }}{{ .Release.Namespace }}-elasticsearch-client.{{ .Release.Namespace }}.svc.cluster.local{{ end }} value: {{ if .Values.search.elasticsearchEndpoint }}{{ .Values.search.elasticsearchEndpoint }}{{ else }}{{ .Release.Name }}-elasticsearch-client.{{ .Release.Namespace }}.svc.cluster.local{{ end }}
livenessProbe: livenessProbe:
httpGet: httpGet:
path: "/healthcheck" path: "/healthcheck"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment