kubedeploy-k3s/apps/kube-dashboard/kustomization.yaml

18 lines
524 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kubernetes-dashboard
resources:
- base/kube-dashboard-ui-ingress.yaml
- base/kube-dashboard-user-secret.yaml
- base/kube-dashboard-rolebinding.yaml
- base/kube-dashboard-serviceaccount.yaml
- https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml
patches:
- path: patches/dashboard-insecure-access.yaml
- path: patches/dashboard-insecure-service.yaml
components:
- ../../components/local-region-selector.yaml