mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-19 11:02:55 +02:00
Add blog add ports
This commit is contained in:
@@ -41,7 +41,7 @@ spec:
|
|||||||
smtpPort: 587
|
smtpPort: 587
|
||||||
smtpUser: ruben@hensen.io
|
smtpUser: ruben@hensen.io
|
||||||
smtpPassword: "ignored-but-hast-to-exist-else-password-isnt-passed"
|
smtpPassword: "ignored-but-hast-to-exist-else-password-isnt-passed"
|
||||||
smtpProtocol: starttls
|
smtpProtocol: tls
|
||||||
## @param smtpExistingSecret The name of an existing secret with SMTP credentials
|
## @param smtpExistingSecret The name of an existing secret with SMTP credentials
|
||||||
## NOTE: Must contain key `smtp-password`
|
## NOTE: Must contain key `smtp-password`
|
||||||
## NOTE: When it's set, the `smtpPassword` parameter is ignored
|
## NOTE: When it's set, the `smtpPassword` parameter is ignored
|
||||||
@@ -61,11 +61,13 @@ spec:
|
|||||||
containerPorts:
|
containerPorts:
|
||||||
http: 2368
|
http: 2368
|
||||||
https: 2368
|
https: 2368
|
||||||
|
smtp: 587
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
http: 80
|
http: 80
|
||||||
https: 443
|
https: 443
|
||||||
|
smtp: 587
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user