This commit is contained in:
2024-07-15 01:43:04 +10:00
parent f6b28f5c95
commit 221e1b8bce
10 changed files with 162 additions and 23 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: ingress-nginx
repo: https://kubernetes.github.io/ingress-nginx
version: 4.10.1
releaseName: ingress-nginx
valuesFile: values.yaml

View File

@@ -0,0 +1,5 @@
rbac:
create: true
controller:
priorityClassName: system-cluster-critical