~xdavidwu/flux

ref: fdb932d1e1a66540196c15ced22810987f0b8cd0 flux/applications/sourcehut/kustomization.yaml -rw-r--r-- 458 bytes
fdb932d1Pinghao Wu containers: fix group gid mismatch a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: sourcehut
labels:
  - pairs:
      app: sourcehut
    includeTemplates: true
    includeSelectors: true
resources:
  - namespace.yaml
  # TODO untie python flask, go graphql, celery webhooks
  - deployment-pages.yaml
  - service-pages.yaml
  - deployment-paste.yaml
  - service-paste.yaml
  - deployment-todo.yaml
  - service-todo.yaml
  - deployment-meta.yaml
  - service-meta.yaml