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