mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: change cluster url
This commit is contained in:
@@ -67,7 +67,7 @@ spec:
|
||||
any: true
|
||||
extraArgs:
|
||||
default-ssl-certificate: |-
|
||||
networking/${SECRET_CLUSTER_DOMAIN//./-}-tls
|
||||
networking/${SECRET_EXTERNAL_DOMAIN//./-}-tls
|
||||
topologySpreadConstraints:
|
||||
- maxSkew: 1
|
||||
topologyKey: kubernetes.io/hostname
|
||||
|
@@ -2,14 +2,14 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: ${SECRET_CLUSTER_DOMAIN//./-}
|
||||
name: ${SECRET_EXTERNAL_DOMAIN//./-}
|
||||
namespace: networking
|
||||
spec:
|
||||
secretName: ${SECRET_CLUSTER_DOMAIN//./-}-tls
|
||||
secretName: ${SECRET_EXTERNAL_DOMAIN//./-}-tls
|
||||
issuerRef:
|
||||
name: letsencrypt-production
|
||||
kind: ClusterIssuer
|
||||
commonName: "${SECRET_CLUSTER_DOMAIN}"
|
||||
commonName: "${SECRET_EXTERNAL_DOMAIN}"
|
||||
dnsNames:
|
||||
- ${SECRET_CLUSTER_DOMAIN}
|
||||
- "*.${SECRET_CLUSTER_DOMAIN}"
|
||||
- ${SECRET_EXTERNAL_DOMAIN}
|
||||
- "*.${SECRET_EXTERNAL_DOMAIN}"
|
||||
|
Reference in New Issue
Block a user