forked from public/stack
13 lines
258 B
YAML
13 lines
258 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
labels:
|
||
|
- includeSelectors: true
|
||
|
pairs:
|
||
|
app.kubernetes.io/name: coturn
|
||
|
app.kubernetes.io/part-of: matrix
|
||
|
resources:
|
||
|
- daemonset.yaml
|
||
|
- service.yaml
|
||
|
generators:
|
||
|
- secret-generator.yaml
|