3 repository: chainguard-private/k8s_gateway
4 tag: latest@sha256:07f4a668d7d94911228cfce06e7a9553a42a983ad890afb45c3cd90942aeafae
5 pullPolicy: IfNotPresent
6# Reference to one or more secrets to be used when pulling images.
7# For more information, see [Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/).
11# - name: "image-pull-secret"
15# Optional scheme for DNS server (e.g., "tls://", "https://", "grpc://")
16# Used to enable DoT (DNS over TLS), DoH (DNS over HTTPS), or gRPC protocols
17# Leave empty for standard DNS
18# See: https://coredns.io/plugins/tls/
20# Labels to apply to all resources
22# Annotations to apply to pods
24# TTL for non-apex responses (in seconds)
26# Resources (CPU, memory etc)
28# Limit what kind of resources to watch, e.g. watchedResources: ["Ingress"]
29watchedResources: ["Ingress", "Service"]
33 serviceLabelSelectors: []
34# Service name of a secondary DNS server (should be `serviceName.namespace`)
36# Enabled fallthrough for k8s_gateway
40# Override the default `serviceName.namespace` domain apex
42# Optional configuration option for DNS01 challenge that will redirect all acme
43# challenge requests to external cloud domain (e.g. managed by cert-manager)
44# See: https://cert-manager.io/docs/configuration/acme/dns01/
47 domain: dns01.clouddns.com
48# Optional plugins that will be enabled in the zone, e.g. "forward . /etc/resolve.conf"
52 # Serves a /health endpoint on :8080, required for livenessProbe
56 # Serves a /ready endpoint on :8181, required for readinessProbe
58 # Serves a /metrics endpoint on :9153, required for serviceMonitor
60 parameters: 0.0.0.0:9153
62 parameters: . /etc/resolv.conf
66# Example TLS configuration (requires scheme: "tls://" and TLS certificates)
68# parameters: /etc/coredns/tls/tls.crt /etc/coredns/tls/tls.key
84 # loadBalancerIP: 192.168.1.2
86 # clusterIP: 10.43.0.53
87 # externalTrafficPolicy: Local
90 # One of SingleStack, PreferDualStack, or RequireDualStack.
91 # ipFamilyPolicy: SingleStack
92 # List of IP families (e.g. IPv4 and/or IPv6).
93 # ref: https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services
100topologySpreadConstraints: []
103# Optional PriorityClass that will be used in the Deployment, e.g. priorityClassName: "system-cluster-critical"
108podSecurityContext: {}
112# - filename: example.db
114# domains: example.com
121# example.com. IN SOA sns.dns.icann.com. noc.dns.icann.com. 2015082541 7200 3600 1209600 3600
122# example.com. IN NS b.iana-servers.net.
123# example.com. IN NS a.iana-servers.net.
124# example.com. IN A 192.168.99.102
125# *.example.com. IN A 192.168.99.102
131# secretName: tsig-secret
135# mountPath: /etc/tsig