This PR contains the following updates: | Package | Update | Change | |---|---|---| | registry.k8s.io/coredns/coredns | minor | `v1.12.4` -> `v1.13.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: #1769 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
		
			
				
	
	
		
			106 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			106 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
coredns:
 | 
						|
  image:
 | 
						|
    repository: registry.k8s.io/coredns/coredns
 | 
						|
    tag: v1.13.0
 | 
						|
  replicaCount: 3
 | 
						|
  resources:
 | 
						|
    requests:
 | 
						|
      cpu: 50m
 | 
						|
      memory: 128Mi
 | 
						|
  rollingUpdate:
 | 
						|
    maxUnavailable: 1
 | 
						|
    maxSurge: 25%
 | 
						|
  terminationGracePeriodSeconds: 30
 | 
						|
  serviceType: "ClusterIP"
 | 
						|
  prometheus:
 | 
						|
    service:
 | 
						|
      enabled: true
 | 
						|
      annotations:
 | 
						|
        prometheus.io/scrape: "true"
 | 
						|
        prometheus.io/port: "9153"
 | 
						|
    monitor:
 | 
						|
      enabled: true
 | 
						|
      namespace: kube-system
 | 
						|
  service:
 | 
						|
    clusterIP: 10.96.0.10
 | 
						|
    clusterIPs:
 | 
						|
      - 10.96.0.10
 | 
						|
    name: kube-dns
 | 
						|
  serviceAccount:
 | 
						|
    create: true
 | 
						|
    name: coredns
 | 
						|
  rbac:
 | 
						|
    create: true
 | 
						|
  isClusterService: true
 | 
						|
  priorityClassName: system-cluster-critical
 | 
						|
  securityContext:
 | 
						|
    capabilities:
 | 
						|
      add:
 | 
						|
        - NET_BIND_SERVICE
 | 
						|
      drop:
 | 
						|
        - ALL
 | 
						|
    readOnlyRootFilesystem: true
 | 
						|
    allowPrivilegeEscalation: false
 | 
						|
  servers:
 | 
						|
    - zones:
 | 
						|
        - zone: .
 | 
						|
          scheme: dns://
 | 
						|
          use_tcp: true
 | 
						|
      port: 53
 | 
						|
      plugins:
 | 
						|
        - name: errors
 | 
						|
        - name: health
 | 
						|
          configBlock: |-
 | 
						|
            lameduck 5s
 | 
						|
        - name: ready
 | 
						|
        - name: kubernetes
 | 
						|
          parameters: cluster.local in-addr.arpa ip6.arpa
 | 
						|
          configBlock: |-
 | 
						|
            pods insecure
 | 
						|
            fallthrough in-addr.arpa ip6.arpa
 | 
						|
            ttl 30
 | 
						|
        - name: prometheus
 | 
						|
          parameters: :9153
 | 
						|
        - name: forward
 | 
						|
          parameters: . /etc/resolv.conf
 | 
						|
        - name: cache
 | 
						|
          parameters: 30
 | 
						|
        - name: loop
 | 
						|
        - name: reload
 | 
						|
        - name: loadbalance
 | 
						|
    - zones:
 | 
						|
        - zone: alexlebens.net
 | 
						|
          scheme: dns://
 | 
						|
          use_tcp: true
 | 
						|
      port: 53
 | 
						|
      plugins:
 | 
						|
        - name: errors
 | 
						|
        - name: cache
 | 
						|
          parameters: 30
 | 
						|
        - name: forward
 | 
						|
          parameters: . 10.111.232.172
 | 
						|
    - zones:
 | 
						|
        - zone: ts.net
 | 
						|
          scheme: dns://
 | 
						|
          use_tcp: true
 | 
						|
      port: 53
 | 
						|
      plugins:
 | 
						|
        - name: errors
 | 
						|
        - name: cache
 | 
						|
          parameters: 30
 | 
						|
        - name: forward
 | 
						|
          parameters: . 10.97.20.219
 | 
						|
  nodeSelector:
 | 
						|
    kubernetes.io/os: linux
 | 
						|
  tolerations:
 | 
						|
    - key: node-role.kubernetes.io/control-plane
 | 
						|
      operator: Exists
 | 
						|
      effect: NoSchedule
 | 
						|
    - key: node.cloudprovider.kubernetes.io/uninitialized
 | 
						|
      operator: Exists
 | 
						|
      effect: NoSchedule
 | 
						|
  deployment:
 | 
						|
    skipConfig: false
 | 
						|
    enabled: true
 | 
						|
    name: coredns
 |