update default cert request
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
app: acme-dns
|
app: acme-dns
|
||||||
ports:
|
ports:
|
||||||
- port: 80
|
- port: 8090
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user