Skip to content

Instantly share code, notes, and snippets.

@mekya
Created May 26, 2020 09:05
Show Gist options
  • Save mekya/43d6e4559e4ecd2f6efde66362ca036c to your computer and use it in GitHub Desktop.
Save mekya/43d6e4559e4ecd2f6efde66362ca036c to your computer and use it in GitHub Desktop.
Ant Media Server K8S deployment file
apiVersion: apps/v1
kind: Deployment
metadata:
name: ant-media-server
spec:
selector:
matchLabels:
run: ant-media-server
replicas: 1
template:
metadata:
labels:
run: ant-media-server
spec:
containers:
- name: ant-media-server
image: mekya/ant-media-server:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment