cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

kustomization.yaml (315B)


      1 apiVersion: kustomize.config.k8s.io/v1beta1
      2 kind: Kustomization
      3 namespace: peertube
      4 resources:
      5   - secret.yaml
      6   - pvc.yaml
      7   - deployment.yaml
      8 configMapGenerator:
      9   - name: peertube-nginx
     10     namespace: peertube
     11     files:
     12       - peertube.conf=nginx/peertube.conf
     13     options:
     14       labels:
     15         app: peertube