Skip to content
Snippets Groups Projects
Verified Commit 99b79f22 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(coredns): Add PDB for coredns

In order to keep coredns always available, we deploy a PDB, just in case
:)
parent 76051f04
No related branches found
No related tags found
No related merge requests found
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
resources:
- poddisruptionbudget.yaml
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: coredns
namespace: kube-system
spec:
minAvailable: 1
selector:
matchLabels:
k8s-app: kube-dns
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- coredns
- kyverno - kyverno
- firewall - firewall
- metallb - metallb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment