fix(structure): updated directory structure to chart format
This commit is contained in:
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
|
Reference in New Issue
Block a user