stappabot/kubernetes/base/deployment.yaml

27 lines
475 B
YAML
Raw Normal View History

2020-01-30 16:03:28 +00:00
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: {}