Use internal endpoint lookups for selenium helm tests
This updates the grafana and nagios helm test pod templates to use the internal endpoints for their selenium tests instead of the public endpoints when defined Change-Id: I1138cb29a808894d3339bc1b07c3a60804b9546f Signed-off-by: Steve Wilkerson <sw5822@att.com>
This commit is contained in:
parent
49c8c744ac
commit
d52fd14373
@ -57,7 +57,7 @@ spec:
|
||||
name: grafana-admin-creds
|
||||
key: GRAFANA_ADMIN_PASSWORD
|
||||
- name: GRAFANA_URI
|
||||
value: {{ tuple "grafana" "public" "grafana" . | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup" }}
|
||||
value: {{ tuple "grafana" "internal" "grafana" . | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup" }}
|
||||
volumeMounts:
|
||||
- name: pod-tmp
|
||||
mountPath: /tmp
|
||||
|
@ -58,7 +58,7 @@ spec:
|
||||
name: {{ $nagiosUserSecret }}
|
||||
key: NAGIOSADMIN_PASS
|
||||
- name: NAGIOS_URI
|
||||
value: {{ tuple "nagios" "pubic" "http" . | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" }}
|
||||
value: {{ tuple "nagios" "internal" "http" . | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" }}
|
||||
volumeMounts:
|
||||
- name: pod-tmp
|
||||
mountPath: /tmp
|
||||
|
Loading…
Reference in New Issue
Block a user