consolidated more variables and deleted all hard-coded values

This commit is contained in:
2025-06-30 01:28:25 +02:00
parent 9c11c808ff
commit e88a816753
9 changed files with 139 additions and 378 deletions

View File

@ -4,7 +4,7 @@ metadata:
name: cloudflare-clusterissuer
spec:
acme:
email: kevin@nixit.it
email: ${ACME_MAIL}
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: cloudflare-clusterissuer-key

View File

@ -10,4 +10,4 @@ spec:
name: cloudflare-clusterissuer
kind: ClusterIssuer
dnsNames:
- longhorn.nixit.it
- ${LONGHORN_DNS_NAME}

View File

@ -8,10 +8,10 @@ metadata:
spec:
tls:
- hosts:
- longhorn.nixit.it
- ${LONGHORN_DNS_NAME}
secretName: longhorn-ssl-certificate
rules:
- host: longhorn.nixit.it
- host: ${LONGHORN_DNS_NAME}
http:
paths:
- path: /

View File

@ -5,7 +5,7 @@ metadata:
namespace: metallb-system
spec:
addresses:
- 10.50.3.30-10.50.3.40
- ${IP_POOL_RANGE}
---
apiVersion: metallb.io/v1beta1

View File

@ -1,8 +1,3 @@
service:
spec:
externalTrafficPolicy: Local
loadBalancerIP: 10.50.3.30
ports:
web:
redirections: