1
0

see if removing the other templates makes the jenkins one come up again.

This commit is contained in:
Fleur Kelpin
2018-06-29 00:26:45 +02:00
parent f6ba15e9f5
commit 2876973a6a
22 changed files with 0 additions and 1146 deletions

View File

@ -1,15 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.nexus.name }}
labels:
app: {{ .Values.nexus.name }}
spec:
type: ClusterIP
ports:
- name: ui
port: {{ .Values.nexus.port.ui }}
- name: docker
port: {{ .Values.nexus.port.docker }}
selector:
app: {{ .Values.nexus.selector }}