feat(infrastructure): use correct url

This commit is contained in:
2025-11-12 01:09:29 +01:00
parent 50f37c1161
commit d57dd82a64
2 changed files with 4 additions and 1 deletions

View File

@@ -120,3 +120,5 @@ spec:
secretKeyRef:
name: prod
key: SMTP_FROM
- name: APP_POD_URL
value: {{ printf "http://%s.%s.svc.cluster.local" .Values.app.name .Release.Namespace | quote }}