mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-06-27 11:42:38 +00:00
4774208668
- Add Certificate CRDs for vhaudiquet.fr, wildcard, and buildpath.win - Keep semery.fr certs in certificates-secret.yaml (manual until OVH API) - Update Caddyfile to use new TLS certificate paths (tls.crt/tls.key) - Update values.yaml to mount cert-manager secrets for Cloudflare domains - Mount semery.fr certs from caddy-certificates secret with item mappings Certificates for Cloudflare domains will be auto-renewed by cert-manager.
17 lines
342 B
YAML
17 lines
342 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: caddy
|
|
resources:
|
|
- namespace.yaml
|
|
- repository.yaml
|
|
- release.yaml
|
|
- certificates.yaml
|
|
- certificates-secret.yaml
|
|
- caddyfile.yaml
|
|
secretGenerator:
|
|
- name: caddy-values
|
|
files:
|
|
- values.yaml=values.yaml
|
|
configurations:
|
|
- kustomizeconfig.yaml
|