about summary refs log blame commit diff
path: root/infra/kubernetes/tazblog/config.yaml
blob: 1f9daa35fd33227d073de9c1a178e0e8cfcc414e (plain) (tree)
1
2
3
4
5
6
7
8
9







                   
             











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