Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/timer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/templates/service.yaml')
-rw-r--r--test/templates/service.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/templates/service.yaml b/test/templates/service.yaml
deleted file mode 100644
index af7828a..0000000
--- a/test/templates/service.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- name: {{ include "test.fullname" . }}
- labels:
- {{- include "test.labels" . | nindent 4 }}
-spec:
- type: {{ .Values.service.type }}
- ports:
- - port: {{ .Values.service.port }}
- targetPort: http
- protocol: TCP
- name: http
- selector:
- {{- include "test.selectorLabels" . | nindent 4 }}