feat: overhaul

This commit is contained in:
auricom
2025-01-04 00:00:04 +01:00
parent b14022014b
commit 0c9529c7a2
408 changed files with 3187 additions and 2380 deletions

View File

@@ -0,0 +1,15 @@
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: ${SECRET_EXTERNAL_DOMAIN//./-}
namespace: network
spec:
secretName: ${SECRET_EXTERNAL_DOMAIN//./-}-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
commonName: "${SECRET_EXTERNAL_DOMAIN}"
dnsNames:
- ${SECRET_EXTERNAL_DOMAIN}
- "*.${SECRET_EXTERNAL_DOMAIN}"

View File

@@ -0,0 +1,6 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./certificates.yaml