18 lines
429 B
YAML
18 lines
429 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: coturn
|
|
resources:
|
|
- namespace.yaml
|
|
- daemonset.yaml
|
|
- service.yaml
|
|
configMapGenerator:
|
|
- name: coturn-conf
|
|
files:
|
|
- config/turnserver.conf
|
|
patches:
|
|
- path: overlay.yaml
|
|
target:
|
|
kind: DaemonSet
|
|
labelSelector: app.kubernetes.io/name=coturn |