set https for gitea and stash

This commit is contained in:
2022-12-18 15:49:37 -05:00
parent 20765de381
commit 0e1aee55b4
2 changed files with 7 additions and 1 deletions

View File

@@ -23,6 +23,9 @@ ingress:
paths: paths:
- path: / - path: /
pathType: Prefix 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: persistence:
enabled: true enabled: true

View File

@@ -4,7 +4,7 @@
image: image:
repository: stashapp/stash repository: stashapp/stash
tag: v0.17.2 tag: v0.18.0
ingress: ingress:
main: main:
@@ -13,6 +13,9 @@ ingress:
- host: stash.xai-corp.net - host: stash.xai-corp.net
paths: paths:
- path: / - 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: persistence:
config: config:
enabled: true enabled: true