---
apiVersion: apps/v1
kind: Deployment
metadata:
name: tazblog
labels:
app: tazblog
spec:
replicas: 2
selector:
matchLabels:
template:
containers:
- name: tazblog
image: nixery.local/shell/tazjin.blog:{{ gitHEAD }}
command: [ "tazblog" ]