1
0
Fork 0

fix(structure): updated directory structure to chart format

This commit is contained in:
sido 2018-05-24 06:22:37 +02:00
parent 7332dd4ef0
commit 01484853b9
18 changed files with 9 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

View File

@ -5,13 +5,13 @@
replicaCount: 1
image:
repository: nginx
repository: registry.molgenis.org/molgenis-ops-releases/jenkins-master:lts
tag: stable
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 80
port: 8080
ingress:
enabled: false

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -11,7 +11,13 @@ image:
service:
type: ClusterIP
port: 8080
ports:
- port: 8080
protocol: TCP
name: {{ .Values.service.name }}
- port: 5000
protocol: TCP
name: {{ .Values.service.name }}
ingress:
enabled: false