video-iac/k8s/webrtc-be/deployment.yml

26 lines
501 B
YAML
Raw Normal View History

2021-11-09 13:33:17 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: webrtc-be-deployment
labels:
app: webrtc-be
spec:
selector:
matchLabels:
app: webrtc-be
replicas: 1
template:
metadata:
labels:
app: webrtc-be
spec:
hostNetwork: true
imagePullSecrets:
- name: gcr-json-key
containers:
- name: webrtc-be
image: gcr.io/tough-craft-276813/webrtc_be:prod-0.1.83
ports:
- containerPort: 80
name: http