set https for gitea and stash
This commit is contained in:
@@ -23,6 +23,9 @@ ingress:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
|
||||
- secretName: xai-corp-production-tls
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
image:
|
||||
repository: stashapp/stash
|
||||
tag: v0.17.2
|
||||
tag: v0.18.0
|
||||
|
||||
ingress:
|
||||
main:
|
||||
@@ -13,6 +13,9 @@ ingress:
|
||||
- host: stash.xai-corp.net
|
||||
paths:
|
||||
- path: /
|
||||
tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
|
||||
- secretName: xai-corp-production-tls
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user