Newer
Older
KubernetesApplication / Prometheus / kustomization.yaml
@Jerry Xie Jerry Xie on 19 Oct 2021 205 bytes update yaml manifest
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: monitoring
resources:
  #- ./namespace.yaml
- ./pvc.yaml
- ./service.yaml
- ./configmap.yaml
- ./deployment.yaml
- ./ingress.yaml