birbcontrol/k8s/deployment.yml

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