mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-19 02:52:56 +02:00
Change extra port
This commit is contained in:
@@ -17,8 +17,8 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
image:
|
image:
|
||||||
repository: ghost
|
# repository: ghost
|
||||||
tag: 5.114.1
|
# tag: 5.114.1
|
||||||
debug: true
|
debug: true
|
||||||
ghostUsername: Ruben
|
ghostUsername: Ruben
|
||||||
## @param existingSecret Name of existing secret containing Ghost credentials
|
## @param existingSecret Name of existing secret containing Ghost credentials
|
||||||
@@ -70,7 +70,10 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
http: 80
|
http: 80
|
||||||
https: 443
|
https: 443
|
||||||
smtp: 587
|
extraPorts:
|
||||||
|
smtp:
|
||||||
|
name: smtp
|
||||||
|
port: 587
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user