From 7f085cf9ab03f7949b74155ce20fc830a422ffa2 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Tue, 15 Sep 2020 22:03:36 -0700 Subject: house keeping --- grumpy/gitolite/templates/gitolite-svc.yaml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'grumpy/gitolite/templates/gitolite-svc.yaml') diff --git a/grumpy/gitolite/templates/gitolite-svc.yaml b/grumpy/gitolite/templates/gitolite-svc.yaml index eec57da..e181a57 100644 --- a/grumpy/gitolite/templates/gitolite-svc.yaml +++ b/grumpy/gitolite/templates/gitolite-svc.yaml @@ -17,15 +17,6 @@ spec: - port: {{.Values.ServicePort}} name: http targetPort: {{.Values.ContainerPort}} - {{if (and (eq .Values.ServiceType "NodePort") (not (empty .Values.NodePort)))}} - nodePort: {{.Values.NodePort}} - {{end}} selector: component: "{{.Release.Name}}-{{.Values.Component}}" type: {{.Values.ServiceType}} - {{if eq .Values.ServiceType "LoadBalancer"}} - loadBalancerSourceRanges: {{.Values.LoadBalancerSourceRanges}} - {{if .Values.LoadBalancerIP}} - loadBalancerIP: {{.Values.LoadBalancerIP}} - {{end}} - {{end}} -- cgit v1.2.3