mirror of
https://github.com/nofusscomputing/kubernetes.git
synced 2025-08-02 04:22:42 +00:00
15 lines
220 B
YAML
15 lines
220 B
YAML
---
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: metrics
|
|
|
|
resources:
|
|
- ../../base
|
|
|
|
components:
|
|
- ../../components/metrics
|
|
- ../../components/networkpolicy
|
|
# - ../../components/pdb
|