update default cert request

This commit is contained in:
2026-05-11 21:02:13 -04:00
parent a9f5aa1241
commit e227b42d2c
3 changed files with 8 additions and 5 deletions

View File

@@ -5,12 +5,15 @@
image: image:
repository: stashapp/stash repository: stashapp/stash
tag: v0.30.1 tag: v0.31.1
ingress: ingress:
main: main:
enabled: false enabled: true
annotations: annotations:
kubernetes.io/ingress.class: "traefik"
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: letsencrypt-production cert-manager.io/cluster-issuer: letsencrypt-production
hosts: hosts:

View File

@@ -19,9 +19,9 @@ spec:
pathType: Prefix pathType: Prefix
backend: backend:
service: service:
name: dns-api name: acme-dns-api
port: port:
number: 80 number: 8090
# tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames # tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
# - secretName: xai-corp-production-tls-ap1 # - secretName: xai-corp-production-tls-ap1

View File

@@ -8,6 +8,6 @@ spec:
selector: selector:
app: acme-dns app: acme-dns
ports: ports:
- port: 80 - port: 8090
targetPort: 80 targetPort: 80