Pretty massive overhaul so that generated charts follow better current iterations (including making use of subcharts etc...)
This commit is contained in:
parent
826b9a7198
commit
37baf7e410
17 changed files with 2240 additions and 735 deletions
|
|
@ -20,4 +20,4 @@ class Service (Template):
|
|||
f.write(' ' + 'ports:' + '\n')
|
||||
f.write(' ' + ' ' + '- protocol: TCP' + '\n')
|
||||
f.write(' ' + ' ' + ' ' + 'port: 80' + '\n')
|
||||
f.write(' ' + ' ' + ' ' + 'targetPort: {{ .Values.container.port }}' + '\n')
|
||||
f.write(' ' + ' ' + ' ' + 'targetPort: {{ .Values.app.container.port }}' + '\n')
|
||||
Loading…
Add table
Add a link
Reference in a new issue