~xdavidwu/flux

ref: 51eb3d71a225c99df9570fe0931b7ce66548acc8 flux/applications/sourcehut/kustomization.yaml -rw-r--r-- 401 bytes
51eb3d71Pinghao Wu sourcehut: containerize meta a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: sourcehut
labels:
  - pairs:
      app: sourcehut
    includeTemplates: true
    includeSelectors: true
resources:
  - namespace.yaml
  - deployment-pages.yaml
  - service-pages.yaml
  - deployment-paste.yaml
  - service-paste.yaml
  - deployment-todo.yaml
  - service-todo.yaml
  - deployment-meta.yaml
  - service-meta.yaml