mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-25 01:54:23 +00:00
Add Kubernetes dashboard
This commit is contained in:
12
apps/prod/dashboard/kustomization.yaml
Normal file
12
apps/prod/dashboard/kustomization.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# /apps/prod/dashboard/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: dashboard
|
||||
|
||||
resources:
|
||||
- ../../base/dashboard
|
||||
- release.yaml
|
||||
- ingress.yaml
|
||||
|
||||
configurations:
|
||||
- kustomizeconfig.yaml
|
||||
Reference in New Issue
Block a user