Merge pull request #7 from tdickman/subdomain-support

Add ngrok subdomain support
This commit is contained in:
Stefan Prodan
2018-10-27 12:00:12 +03:00
committed by GitHub
3 changed files with 4 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ Parameter | Description | Default
`service.type` | type of service | `ClusterIP`
`token` | Ngrok auth token | `none`
`expose.service` | Service address to be exposed as in `service-name:port` | `none`
`subdomain` | Ngrok subdomain | `none`
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

View File

@@ -28,6 +28,7 @@ spec:
command:
- ./ngrok
- http
{{ if .Values.subdomain }}- --subdomain={{ .Values.subdomain }}{{ end }}
- {{ .Values.expose.service }}
volumeMounts:
- name: config

View File

@@ -23,3 +23,5 @@ nodeSelector: {}
tolerations: []
affinity: {}
subdomain: