add front-back communications on contact form

This commit is contained in:
Cocopops16 2025-05-23 23:47:36 +02:00
parent fd1b033346
commit 844533a514
2 changed files with 6 additions and 2 deletions

View File

@ -17,4 +17,8 @@ spec:
spec: spec:
containers: containers:
- name: contact-form - name: contact-form
image: localhost:30100/contact-form:v0.0.5 image: localhost:30100/contact-form:v0.0.10
envFrom:
- secretRef:
# Must contain SMTP_USERNAME, SMTP_PASSWORD, SMTP_HOST
name: smtp-creds

View File

@ -17,4 +17,4 @@ spec:
spec: spec:
containers: containers:
- name: mywebsite - name: mywebsite
image: localhost:30100/mywebsite:v1.5 image: localhost:30100/mywebsite:v1.9