I hereby claim:
- I am talf on github.
- I am tfishler (https://keybase.io/tfishler) on keybase.
- I have a public key ASAJgG__jY5AdQ8BDCS9bxrOJVaaOsInij9xlv5yn_PXygo
To claim this, I am signing this object:
{{/* vim: set filetype=mustache: */}} | |
{{/* | |
Expand the name of the chart. | |
*/}} | |
{{- define "ingress-nginx.name" -}} | |
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}} | |
{{- end -}} | |
{{/* | |
Create chart name and version as used by the chart label. |
The ingress-nginx controller has been installed. | |
{{- if contains "NodePort" .Values.controller.service.type }} | |
Get the application URL by running these commands: | |
{{- if (not (empty .Values.controller.service.nodePorts.http)) }} | |
export HTTP_NODE_PORT={{ .Values.controller.service.nodePorts.http }} | |
{{- else }} | |
export HTTP_NODE_PORT=$(kubectl --namespace {{ .Release.Namespace }} get services -o jsonpath="{.spec.ports[0].nodePort}" {{ include "ingress-nginx.controller.fullname" . }}) | |
{{- end }} |
{{- define "ingress-nginx.params" -}} | |
- /nginx-ingress-controller | |
{{- if .Values.defaultBackend.enabled }} | |
- --default-backend-service=$(POD_NAMESPACE)/{{ include "ingress-nginx.defaultBackend.fullname" . }} | |
{{- end }} | |
{{- if and .Values.controller.publishService.enabled .Values.controller.service.enabled }} | |
{{- if .Values.controller.service.external.enabled }} | |
- --publish-service={{ template "ingress-nginx.controller.publishServicePath" . }} | |
{{- else if .Values.controller.service.internal.enabled }} | |
- --publish-service={{ template "ingress-nginx.controller.publishServicePath" . }}-internal |
{{/* vim: set filetype=mustache: */}} | |
{{/* | |
Expand the name of the chart. | |
*/}} | |
{{- define "ingress-nginx.name" -}} | |
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}} | |
{{- end -}} | |
{{/* | |
Create chart name and version as used by the chart label. |
The ingress-nginx controller has been installed. | |
{{- if contains "NodePort" .Values.controller.service.type }} | |
Get the application URL by running these commands: | |
{{- if (not (empty .Values.controller.service.nodePorts.http)) }} | |
export HTTP_NODE_PORT={{ .Values.controller.service.nodePorts.http }} | |
{{- else }} | |
export HTTP_NODE_PORT=$(kubectl --namespace {{ .Release.Namespace }} get services -o jsonpath="{.spec.ports[0].nodePort}" {{ include "ingress-nginx.controller.fullname" . }}) | |
{{- end }} |
I hereby claim:
To claim this, I am signing this object: