fix: add tlsSecretName to all ingress configurations
This commit is contained in:
parent
6fe98f4e87
commit
fb471fad46
@ -26,6 +26,7 @@ spec:
|
||||
enabled: true
|
||||
ingress:
|
||||
host: matrix.axion1337.chat
|
||||
tlsSecretName: matrix-axion1337-chat-tls
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
@ -35,6 +36,7 @@ spec:
|
||||
enabled: true
|
||||
ingress:
|
||||
host: account.axion1337.chat
|
||||
tlsSecretName: account-axion1337-chat-tls
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
@ -44,6 +46,7 @@ spec:
|
||||
enabled: true
|
||||
ingress:
|
||||
host: mrtc.axion1337.chat
|
||||
tlsSecretName: mrtc-axion1337-chat-tls
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
@ -53,6 +56,7 @@ spec:
|
||||
enabled: true
|
||||
ingress:
|
||||
host: axion1337.chat
|
||||
tlsSecretName: axion1337-chat-tls
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
@ -62,6 +66,7 @@ spec:
|
||||
enabled: true
|
||||
ingress:
|
||||
host: admin.axion1337.chat
|
||||
tlsSecretName: admin-axion1337-chat-tls
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user