Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
90434d273b
|
@@ -12,7 +12,7 @@
|
||||
#hyperkittyApiKey: supersecret
|
||||
#djangoSecretKey: supersecret
|
||||
|
||||
hostname: lists.example.org
|
||||
hostname: lists.example.com
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
@@ -70,6 +70,14 @@ service:
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
tls: []
|
||||
className: letsencrypt-prod
|
||||
className: ""
|
||||
pathType: Prefix
|
||||
annotations: {}
|
||||
hosts:
|
||||
- host: lists.example.com
|
||||
paths:
|
||||
- path: /
|
||||
tls: []
|
||||
# - secretName: chart-example-tls
|
||||
# hosts:
|
||||
# - git.example.com
|
||||
|
||||
Reference in New Issue
Block a user