1
0
Fork 0

chore(structure): updated directory structure for Rancher

This commit is contained in:
sido 2018-05-29 07:45:21 +02:00
parent 7095e86799
commit 04d5a3113c
18 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

View File

@ -25,7 +25,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
livenessProbe:
httpGet:

View File

@ -20,7 +20,7 @@ ingress:
# kubernetes.io/tls-acme: "true"
path: /
hosts:
- chart-example.local
- registry.molgenis.local
tls: []
# - secretName: chart-example-tls
# hosts:

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB