28 lines
No EOL
537 B
YAML
28 lines
No EOL
537 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: nocodb
|
|
|
|
images:
|
|
- name: nocodb
|
|
newName: docker.io/nocodb/nocodb
|
|
newTag: 0.207.0
|
|
|
|
labels:
|
|
- includeSelectors: true
|
|
pairs:
|
|
app.kubernetes.io/instance: icb4dc0de
|
|
app.kubernetes.io/managed-by: kustomize
|
|
|
|
resources:
|
|
- resources/namespace.yaml
|
|
- resources/dragonfly.yaml
|
|
- resources/pvc.yaml
|
|
- resources/deployment.yaml
|
|
- resources/service.yaml
|
|
- resources/http_routes.yaml
|
|
|
|
secretGenerator:
|
|
- name: nocodb-config
|
|
envs:
|
|
- "config/nocodb.env" |