birbcontrol/k8s/deployment.yml
Torma Kristóf 4deaf74bb9
Some checks failed
continuous-integration/drone/push Build is failing
add kubernetes stuff
2021-06-12 23:01:38 +02:00

29 lines
564 B
YAML

---
apiVersion: apps/v1
kind: Deployment
metadata:
name: birbcontrol
namespace: birbnetes
labels:
app: birbcontrol
spec:
replicas: 1
selector:
matchLabels:
app: birbcontrol
strategy:
type: Recreate
template:
metadata:
labels:
app: birbcontrol
spec:
containers:
- name: frontend
image: registry.kmlabz.com/birbnetes/birbcontrol
imagePullPolicy: Always
ports:
- containerPort: 80
imagePullSecrets:
- name: regcred