...

Text file src/edge-infra.dev/config/pallets/sds/wireguard/store/base/kustomization.yaml

Documentation: edge-infra.dev/config/pallets/sds/wireguard/store/base

     1namespace: vpn
     2apiVersion: kustomize.config.k8s.io/v1beta1
     3kind: Kustomization
     4resources:
     5- deployment.yaml
     6- linkerd.yaml
     7- namespace.yaml
     8- net-policy.yaml
     9- rbac.yaml
    10components:
    11- ../../../../../components/edge/patches/server-preferred
    12- ../../../../../components/edge/patches/tolerations
    13configMapGenerator:
    14- name: nginx-config
    15  files:
    16  - nginx.conf
    17  options:
    18    disableNameSuffixHash: true

View as plain text