Files
core-apps/vlmcsd/deployment.yaml
2025-03-20 08:43:40 -04:00

24 lines
413 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: vlmcsd
spec:
selector:
matchLabels:
app: vlmcsd
template:
metadata:
labels:
app: vlmcsd
spec:
containers:
- name: vlmcsd
image: mikolatero/vlmcsd
resources:
limits:
memory: "512Mi"
cpu: "500m"
livenessProbe:
tcpSocket:
port: 1688