Add kustomization.yaml for cert-manager with custom DNS settings

- Introduced a new kustomization.yaml file for cert-manager.
- Configured a patch to modify the cert-manager Deployment to use a custom DNS policy and settings.
- Set dnsPolicy to None and specified custom nameservers and search options.
This commit is contained in:
2026-05-18 03:39:21 +00:00
parent e4c24d4a8c
commit 54abfdd469
6 changed files with 13435 additions and 233 deletions

View File

@@ -13,3 +13,14 @@ defaultConfig:
cloudflareDomain: "{{ .cloud.baseDomain }}"
defaultSecrets:
- key: cloudflareToken
deploy:
phases:
- path: upstream
waitFor:
name: cert-manager-webhook
timeout: "120s"
- path: .
createSecrets:
- name: cloudflare-api-token
entries:
api-token: cloudflareToken