Skip to content

Commit

Permalink
assign ingress host
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn-V committed Oct 10, 2023
1 parent 37ebb26 commit 860fa6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/service/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default values for Speedtest chart.
# Update these values according to your requirements.
ingressHost: my.dynamic.ip.or.hostname
ingressHost: rancher.vzxy.net

influxdb:
image: influxdb:1.8
Expand All @@ -11,7 +11,7 @@ influxdb:
grafana:
image: grafana/grafana:6.7.2
adminPassword: admin
ROOTURL: "https://{{ .Values.ingressHost }}/api/v1/namespaces/speedtest/services/http:grafana:80/proxy/?orgId=1"
ROOTURL: "https://rancher.vzxy.net/k8s/clusters/c-m-rw5mmpzg/api/v1/namespaces/speedtest/services/http:grafana:80/proxy/?orgId=1"
port: 80

speedtest:
Expand Down

0 comments on commit 860fa6c

Please sign in to comment.