mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
14 lines
265 B
YAML
14 lines
265 B
YAML
# /apps/prod/dashboard/kustomization.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: dashboard
|
|
|
|
resources:
|
|
- ../../base/dashboard
|
|
- release.yaml
|
|
- ingress.yaml
|
|
- service-account.yaml
|
|
|
|
configurations:
|
|
- kustomizeconfig.yaml
|