1
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: 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