stappabot/kubernetes/base/deployment.yaml

27 lines
475 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: stappabot
svctype: bot
name: stappabot
spec:
replicas: 1
selector:
matchLabels:
app: stappabot
strategy: {}
template:
metadata:
labels:
app: stappabot
spec:
containers:
- image: registry.zyg.ovh/hamcha/stappabot
name: stappabot
resources: {}
restartPolicy: Always
imagePullSecrets:
- name: regcred
status: {}