-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkustomization.yaml
35 lines (32 loc) · 1.05 KB
/
kustomization.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: tn-openbsw-docs
namePrefix: docs-
buildMetadata: [originAnnotations]
resources:
- manifests/deployment-backend.yaml
- manifests/deployment-frontend.yaml
- manifests/deployment-minio.yaml
- manifests/deployment-redis.yaml
- manifests/deployment-yprovider.yaml
- manifests/ingress-backend-admin.yaml
- manifests/ingress-backend.yaml
- manifests/ingress-minio.yaml
- manifests/ingress-yprovider-api.yaml
- manifests/ingress-yprovider.yaml
- manifests/postgresql-cluster.yaml
- manifests/pvc-minio.yaml
- manifests/pvc.yaml
- manifests/secret-docs.yaml
- manifests/secret-minio.yaml
- manifests/secret-postgres-super.yaml
- manifests/secret-postgres.yaml
- manifests/service-backend.yaml
- manifests/service-frontend.yaml
- manifests/service-minio.yaml
- manifests/service-redis.yaml
- manifests/service-yprovider.yaml
- manifests/monitoring.yaml
- manifests/secret-ai.yaml
- manifests/deployment-mailcatcher.yaml
- manifests/service-mailcatcher.yaml