kube-cascade/ytmd/deployment.yaml

25 lines
432 B
YAML
Raw Normal View History

2023-04-27 23:53:09 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: ytmd
name: ytmd
spec:
replicas: 1
selector:
matchLabels:
app: ytmd
strategy:
type: Recreate
template:
metadata:
labels:
app: ytmd
spec:
containers:
- env:
- name: HOST
value: 0.0.0.0
image: ghcr.io/jamesandariese/ytmd-api:main
name: ytmd
restartPolicy: Always