~xdavidwu/flux

ref: d0bff8b84851199c8f6481b257f827ed5568ef65 flux/applications/sourcehut/kustomization.yaml -rw-r--r-- 458 bytes
d0bff8b8Pinghao Wu sourcehut: docs 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