add environment

This commit is contained in:
Morten Olsen
2025-11-25 20:29:51 +01:00
parent 316a2db1d9
commit 93e8082976
15 changed files with 235 additions and 7 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cluster-issuer.yaml
- certificate.yaml
# Configuration: Edit the domain and email values in cluster-issuer.yaml and certificate.yaml
#
# To change the domain:
# 1. Edit cluster-issuer.yaml: Update the dnsZones value (line 19)
# 2. Edit certificate.yaml: Update both dnsNames values (lines 12-13)
# 3. Edit cluster-issuer.yaml: Update the email value (line 8)
#
# Current configuration:
# domain: demo.olsen.cloud
# wildcard-domain: *.demo.olsen.cloud
# email: admin@demo.olsen.cloud