Skip to content

Commit d648d82

Browse files
MAINT: update domain names
to match with existing domain name format for staging/prod
1 parent 27edc6a commit d648d82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clusters/dev/worker/opensearch-values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
dashboards:
33
ingress:
44
hosts:
5-
- host: dashboards.dev.nubes.stfc.ac.uk
5+
- host: opensearch-dashboards.dev-worker.nubes.stfc.ac.uk
66
paths:
77
- path: /
88
pathType: ImplementationSpecific
99
tls:
1010
- secretName: opensearch-tls
1111
hosts:
12-
- dashboards.dev.nubes.stfc.ac.uk
12+
- opensearch-dashboards.dev-worker.nubes.stfc.ac.uk
1313

1414
ingress:
1515
hosts:
16-
- host: nodes.dev.nubes.stfc.ac.uk
16+
- host: opensearch.dev-worker.nubes.stfc.ac.uk
1717
paths:
1818
- path: /
1919
pathType: ImplementationSpecific
2020
tls:
2121
- secretName: opensearch-tls
2222
hosts:
23-
- nodes.dev.nubes.stfc.ac.uk
23+
- opensearch.dev-worker.nubes.stfc.ac.uk
2424

2525
# This is a Opensearch cluster that collects logs from all clusters
2626
# and stores in different tenants

0 commit comments

Comments
 (0)