this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Kyverno annotation for proxied

+15
+1
cluster/apps/services/proxitok/app/web/helm-release.yaml
··· 46 46 annotations: 47 47 external-dns-cf/is-dns-public: "true" 48 48 external-dns-cf/is-public: "true" 49 + external-dns-cf/is-cf-proxied: "true" 49 50 hosts: 50 51 - host: &host proxitok.skylab.fi 51 52 paths:
+14
cluster/apps/system/kyverno/policies/update-ingress-annotations.yaml
··· 84 84 annotations: 85 85 +(external-dns.alpha.kubernetes.io/target): r.home.${MAIN_DOMAIN} 86 86 87 + - name: external-dns-proxied-cf 88 + match: 89 + any: 90 + - resources: 91 + kinds: 92 + - Ingress 93 + annotations: 94 + external-dns-cf/is-cf-proxied: "true" 95 + mutate: 96 + patchStrategicMerge: 97 + metadata: 98 + annotations: 99 + +(external-dns.alpha.kubernetes.io/cloudflare-proxied): "true" 100 + 87 101 - name: whitelist-source-range 88 102 match: 89 103 any: