mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
💄 fix cert names
This commit is contained in:
@@ -85,6 +85,7 @@ spec:
|
|||||||
l7proxy: true
|
l7proxy: true
|
||||||
ingressController:
|
ingressController:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
defaultSecretNamespace: ${SECRET_CLUSTER_DOMAIN//./-}-tls
|
||||||
loadbalancerMode: shared
|
loadbalancerMode: shared
|
||||||
service:
|
service:
|
||||||
loadBalancerIP: "${CLUSTER_LB_CILIUM}"
|
loadBalancerIP: "${CLUSTER_LB_CILIUM}"
|
||||||
|
@@ -66,7 +66,7 @@ spec:
|
|||||||
any: true
|
any: true
|
||||||
extraArgs:
|
extraArgs:
|
||||||
default-ssl-certificate: |-
|
default-ssl-certificate: |-
|
||||||
networking/${SECRET_CLUSTER_DOMAIN/./-}-tls
|
networking/${SECRET_CLUSTER_DOMAIN//./-}-tls
|
||||||
topologySpreadConstraints:
|
topologySpreadConstraints:
|
||||||
- maxSkew: 1
|
- maxSkew: 1
|
||||||
topologyKey: kubernetes.io/hostname
|
topologyKey: kubernetes.io/hostname
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: ${SECRET_CLUSTER_DOMAIN/./-}
|
name: ${SECRET_CLUSTER_DOMAIN//./-}
|
||||||
namespace: networking
|
namespace: networking
|
||||||
spec:
|
spec:
|
||||||
secretName: ${SECRET_CLUSTER_DOMAIN/./-}-tls
|
secretName: ${SECRET_CLUSTER_DOMAIN//./-}-tls
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: letsencrypt-production
|
name: letsencrypt-production
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
|
Reference in New Issue
Block a user