|
|
@ -140,7 +140,7 @@ const defaultIgnore = `# Patterns to ignore when building packages.
|
|
|
|
const defaultIngress = `{{- if .Values.ingress.enabled -}}
|
|
|
|
const defaultIngress = `{{- if .Values.ingress.enabled -}}
|
|
|
|
{{- $fullName := include "<CHARTNAME>.fullname" . -}}
|
|
|
|
{{- $fullName := include "<CHARTNAME>.fullname" . -}}
|
|
|
|
{{- $svcPort := .Values.service.port -}}
|
|
|
|
{{- $svcPort := .Values.service.port -}}
|
|
|
|
apiVersion: extensions/v1beta1
|
|
|
|
apiVersion: networking.k8s.io/v1beta1
|
|
|
|
kind: Ingress
|
|
|
|
kind: Ingress
|
|
|
|
metadata:
|
|
|
|
metadata:
|
|
|
|
name: {{ $fullName }}
|
|
|
|
name: {{ $fullName }}
|
|
|
|