fix(structure): updated directory structure to chart format
This commit is contained in:
parent
7332dd4ef0
commit
01484853b9
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
@ -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
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
@ -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
|
Loading…
Reference in New Issue
Block a user