1
0

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

This reverts commit 2876973a6a.
This commit is contained in:
Fleur Kelpin
2018-06-29 14:04:08 +02:00
parent b8cceee753
commit d1a1a2a4c6
22 changed files with 1146 additions and 0 deletions

View File

@ -0,0 +1,15 @@
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 }}