add front-back communications on contact form
This commit is contained in:
parent
fd1b033346
commit
844533a514
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user