This commit is contained in:
TonyChyi
2022-08-15 08:29:50 +08:00
parent 81cf4d31d1
commit 2ee24134e6
13 changed files with 978 additions and 10 deletions
+13
View File
@@ -0,0 +1,13 @@
# 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