...

Text file src/edge-infra.dev/config/pallets/sds/k8s-gateway/kustomization.yaml

Documentation: edge-infra.dev/config/pallets/sds/k8s-gateway

     1namespace: k8s-gateway
     2apiVersion: kustomize.config.k8s.io/v1beta1
     3kind: Kustomization
     4resources:
     5- k8s-gateway-namespace.yaml
     6- k8s-gateway-deployment.yaml
     7- k8s-gateway-service.yaml
     8- k8s-gateway-serviceaccount.yaml
     9- k8s-gateway-linkerd.yaml
    10- k8s-gateway-podmonitor.yaml
    11commonLabels:
    12  platform.edge.ncr.com/component: k8s-gateway
    13components:
    14- ../../../components/edge/patches/server-preferred
    15- ../../../components/edge/patches/tolerations

View as plain text