2023-11-14 21:12:33 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
namespace: nocodb
|
|
|
|
|
|
|
|
images:
|
|
|
|
- name: nocodb
|
|
|
|
newName: docker.io/nocodb/nocodb
|
2024-04-04 14:21:40 +00:00
|
|
|
newTag: 0.205.1
|
2023-11-14 21:12:33 +00:00
|
|
|
|
2024-01-09 10:27:59 +00:00
|
|
|
labels:
|
|
|
|
- includeSelectors: true
|
|
|
|
pairs:
|
|
|
|
app.kubernetes.io/instance: icb4dc0de
|
|
|
|
app.kubernetes.io/managed-by: kustomize
|
2023-11-14 21:12:33 +00:00
|
|
|
|
|
|
|
resources:
|
2024-01-09 10:27:59 +00:00
|
|
|
- resources/namespace.yaml
|
2024-04-10 19:15:03 +00:00
|
|
|
- resources/dragonfly.yaml
|
2024-01-09 10:27:59 +00:00
|
|
|
- resources/pvc.yaml
|
|
|
|
- resources/deployment.yaml
|
|
|
|
- resources/service.yaml
|
2024-02-21 07:12:13 +00:00
|
|
|
- resources/http_routes.yaml
|
2023-11-14 21:12:33 +00:00
|
|
|
|
|
|
|
generators:
|
2024-01-09 10:27:59 +00:00
|
|
|
- ./secret-generator.yaml
|
2023-11-14 21:12:33 +00:00
|
|
|
|
|
|
|
secretGenerator:
|
2024-01-09 10:27:59 +00:00
|
|
|
- envs:
|
|
|
|
- config/base.env
|
|
|
|
name: nocodb-base-config
|