apiVersion: apps/v1 kind: Deployment metadata: name: coturn-deployment labels: app: coturn spec: selector: matchLabels: app: coturn replicas: 1 template: metadata: labels: app: coturn spec: nodeSelector: lke.linode.com/pool-id: valueFrom: configMapKeyRef: name: linode-pool key: pool hostNetwork: true imagePullSecrets: - name: gcr-json-key containers: - name: coturn image: gcr.io/tough-craft-276813/coturn:prod-0.1.83 ports: - containerPort: 3478 name: coturn