|
1 |
| -** Please be patient while the chart is being deployed ** |
2 |
| -
|
3 |
| -1. Get the Clickhouse URL by running: |
4 |
| -
|
5 |
| -{{- if .Values.clickhouse.ingress.enabled }} |
6 |
| -
|
7 |
| - export HOSTNAME=$(kubectl get ingress --namespace {{ .Release.Namespace }} {{ template "clickhouse.fullname" . }} -o jsonpath='{.spec.rules[0].host}') |
8 |
| - echo "Clickhouse URL: http://$HOSTNAME/" |
9 |
| -
|
10 |
| -{{- else }} |
11 |
| -
|
12 |
| - echo URL : http://127.0.0.1:8080/ |
13 |
| - echo Management URL : http://127.0.0.1:8080/manager |
14 |
| - kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ template "clickhouse.fullname" . }} 8123:{{ .Values.clickhouse.http_port }} |
15 |
| - kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ template "clickhouse.fullname" . }} 9000:{{ .Values.clickhouse.tcp_port }} |
16 |
| - kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ template "clickhouse.fullname" . }} 9009:{{ .Values.clickhouse.interserver_http_port }} |
17 |
| -
|
18 |
| -{{- end }} |
19 |
| -
|
20 |
| -2. Get the Tabix URL by running: |
21 |
| -
|
22 |
| -{{- if .Values.tabix.ingress.enabled }} |
23 |
| -
|
24 |
| - export HOSTNAME=$(kubectl get ingress --namespace {{ .Release.Namespace }} {{ template "clickhouse.fullname" . }}-tabix -o jsonpath='{.spec.rules[0].host}') |
25 |
| - echo "Tabix URL: http://$HOSTNAME/" |
26 |
| - |
27 |
| -{{- else }} |
28 |
| -
|
29 |
| - kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ template "clickhouse.fullname" . }}-tabix 80 |
30 |
| - |
31 |
| -{{- end }} |
| 1 | +** Please be patient while the chart is being deployed ** |
| 2 | + |
| 3 | +1. Get the Clickhouse URL by running: |
| 4 | + |
| 5 | +{{- if .Values.clickhouse.ingress.enabled }} |
| 6 | + |
| 7 | + export HOSTNAME=$(kubectl get ingress --namespace {{ .Release.Namespace }} {{ template "clickhouse.fullname" . }} -o jsonpath='{.spec.rules[0].host}') |
| 8 | + echo "Clickhouse URL: http://$HOSTNAME/" |
| 9 | + |
| 10 | +{{- else }} |
| 11 | + |
| 12 | + echo URL : http://127.0.0.1:8080/ |
| 13 | + echo Management URL : http://127.0.0.1:8080/manager |
| 14 | + kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ template "clickhouse.fullname" . }} 8123:{{ .Values.clickhouse.http_port }} |
| 15 | + kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ template "clickhouse.fullname" . }} 9000:{{ .Values.clickhouse.tcp_port }} |
| 16 | + kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ template "clickhouse.fullname" . }} 9009:{{ .Values.clickhouse.interserver_http_port }} |
| 17 | + |
| 18 | +{{- end }} |
| 19 | + |
| 20 | +2. Get the Tabix URL by running: |
| 21 | + |
| 22 | +{{- if .Values.tabix.ingress.enabled }} |
| 23 | + |
| 24 | + export HOSTNAME=$(kubectl get ingress --namespace {{ .Release.Namespace }} {{ template "clickhouse.fullname" . }}-tabix -o jsonpath='{.spec.rules[0].host}') |
| 25 | + echo "Tabix URL: http://$HOSTNAME/" |
| 26 | + |
| 27 | +{{- else }} |
| 28 | + |
| 29 | + kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ template "clickhouse.fullname" . }}-tabix 80 |
| 30 | + |
| 31 | +{{- end }} |
0 commit comments