Skip to content

Commit

Permalink
fix[elasticsearch]: invalid pod fqdn (#1251)
Browse files Browse the repository at this point in the history
(cherry picked from commit 64e8318)
  • Loading branch information
iziang committed Nov 27, 2024
1 parent 422f33f commit c122042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit c122042

Please sign in to comment.