feat: update atlantis chart and values for monolith

This commit is contained in:
Jonas Juselius
2024-10-25 19:14:10 +02:00
parent 7ca0a2d397
commit 503128903b
30 changed files with 304 additions and 123 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ spec:
port:
number: {{ $svcPort }}
{{- else }}
serviceName: {{ $fullName }}
servicePort: {{ $svcPort }}
serviceName: {{ .serviceName | default $fullName }}
servicePort: {{ .servicePort | default $svcPort }}
{{- end }}
{{- end }}
{{- end }}