Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix[elasticsearch]: invalid pod fqdn #1251

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/elasticsearch/templates/cmpd-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
apiVersion: v1
fieldPath: metadata.namespace
- name: POD_FQDN
value: $(POD_NAME).$(ES_COMPONENT_NAME).$(NAMESPACE).svc.$(CLUSTER_DOMAIN)
value: $(POD_NAME).$(ES_COMPONENT_NAME)-headless.$(NAMESPACE).svc.$(CLUSTER_DOMAIN)
- name: READINESS_PROBE_PROTOCOL
value: http
- name: NSS_SDB_USE_CACHE
Expand Down
2 changes: 1 addition & 1 deletion addons/elasticsearch/templates/cmpd-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
apiVersion: v1
fieldPath: metadata.namespace
- name: POD_FQDN
value: $(POD_NAME).$(ES_COMPONENT_NAME).$(NAMESPACE).svc.$(CLUSTER_DOMAIN)
value: $(POD_NAME).$(ES_COMPONENT_NAME)-headless.$(NAMESPACE).svc.$(CLUSTER_DOMAIN)
- name: READINESS_PROBE_PROTOCOL
value: http
- name: NSS_SDB_USE_CACHE
Expand Down