From bda8a1c25070678e6efd22003e398691404c832f Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 9 Oct 2021 23:07:53 -0700 Subject: feat: switch to kustomize from helm --- grumpy/gitolite/templates/gitolite-ingress.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 grumpy/gitolite/templates/gitolite-ingress.yaml (limited to 'grumpy/gitolite/templates/gitolite-ingress.yaml') diff --git a/grumpy/gitolite/templates/gitolite-ingress.yaml b/grumpy/gitolite/templates/gitolite-ingress.yaml deleted file mode 100644 index e6bf450..0000000 --- a/grumpy/gitolite/templates/gitolite-ingress.yaml +++ /dev/null @@ -1,22 +0,0 @@ -{{- if .Values.HostName }} -apiVersion: {{ .Values.NetworkPolicy.ApiVersion }} -kind: Ingress -metadata: -{{- if .Values.Ingress.Annotations }} - annotations: -{{ toYaml .Values.Ingress.Annotations | indent 4 }} -{{- end }} - name: {{ template "gitolite.fullname" . }} -spec: - rules: - - host: {{ .Values.HostName | quote }} - http: - paths: - - backend: - serviceName: {{ template "gitolite.fullname" . }} - servicePort: {{ .Values.ServicePort }} -{{- if .Values.Ingress.TLS }} - tls: -{{ toYaml .Values.Ingress.TLS | indent 4 }} -{{- end -}} -{{- end }} -- cgit v1.2.3