aboutsummaryrefslogtreecommitdiff
path: root/grumpy/gitolite/templates/gitolite-networkpolicy.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'grumpy/gitolite/templates/gitolite-networkpolicy.yaml')
-rw-r--r--grumpy/gitolite/templates/gitolite-networkpolicy.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/grumpy/gitolite/templates/gitolite-networkpolicy.yaml b/grumpy/gitolite/templates/gitolite-networkpolicy.yaml
deleted file mode 100644
index 23b4180..0000000
--- a/grumpy/gitolite/templates/gitolite-networkpolicy.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-{{- if .Values.NetworkPolicy.Enabled }}
-kind: NetworkPolicy
-apiVersion: {{ .Values.NetworkPolicy.ApiVersion }}
-metadata:
- name: "{{ .Release.Name }}-{{ .Values.Component }}"
-spec:
- podSelector:
- matchLabels:
- component: "{{ .Release.Name }}-{{ .Values.Component }}"
- ingress:
- # Allow web access to the UI
- - ports:
- - port: {{ .Values.ContainerPort }}
-{{- end }}