video-iac/k8s/coturn/deployment.yml

31 lines
618 B
YAML

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:
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