Pretty massive overhaul so that generated charts follow better current iterations (including making use of subcharts etc...)

This commit is contained in:
Alan Bridgeman 2025-12-30 19:01:55 -06:00
parent 826b9a7198
commit 37baf7e410
17 changed files with 2240 additions and 735 deletions

View file

@ -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')