fix: linkwarden resources & NocoDB labels
All checks were successful
Renovate / renovate (push) Successful in 17s
All checks were successful
Renovate / renovate (push) Successful in 17s
This commit is contained in:
parent
442913c518
commit
372d1909b3
2 changed files with 22 additions and 20 deletions
|
@ -48,7 +48,7 @@ spec:
|
||||||
memory: "384Mi"
|
memory: "384Mi"
|
||||||
cpu: "50m"
|
cpu: "50m"
|
||||||
limits:
|
limits:
|
||||||
memory: "768Mi"
|
memory: "1500Mi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
|
@ -6,31 +6,33 @@ namespace: nocodb
|
||||||
images:
|
images:
|
||||||
- name: nocodb
|
- name: nocodb
|
||||||
newName: docker.io/nocodb/nocodb
|
newName: docker.io/nocodb/nocodb
|
||||||
newTag: "0.203.2"
|
newTag: 0.203.2
|
||||||
|
|
||||||
commonLabels:
|
labels:
|
||||||
app.kubernetes.io/instance: icb4dc0de
|
- includeSelectors: true
|
||||||
app.kubernetes.io/managed-by: kustomize
|
pairs:
|
||||||
|
app.kubernetes.io/instance: icb4dc0de
|
||||||
|
app.kubernetes.io/managed-by: kustomize
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- "resources/namespace.yaml"
|
- resources/namespace.yaml
|
||||||
- "resources/pvc.yaml"
|
- resources/pvc.yaml
|
||||||
- "resources/deployment.yaml"
|
- resources/deployment.yaml
|
||||||
- "resources/service.yaml"
|
- resources/service.yaml
|
||||||
- "resources/ingress.yaml"
|
- resources/ingress.yaml
|
||||||
|
|
||||||
generators:
|
generators:
|
||||||
- ./secret-generator.yaml
|
- ./secret-generator.yaml
|
||||||
|
|
||||||
secretGenerator:
|
secretGenerator:
|
||||||
- name: nocodb-base-config
|
- envs:
|
||||||
envs:
|
- config/base.env
|
||||||
- "config/base.env"
|
name: nocodb-base-config
|
||||||
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: keydb
|
- name: keydb
|
||||||
repo: https://enapter.github.io/charts/
|
namespace: nocodb
|
||||||
releaseName: nocodb-keydb
|
releaseName: nocodb-keydb
|
||||||
namespace: nocodb
|
repo: https://enapter.github.io/charts/
|
||||||
version: "0.48.0"
|
valuesFile: config/values.keydb.yaml
|
||||||
valuesFile: config/values.keydb.yaml
|
version: 0.48.0
|
||||||
|
|
Loading…
Reference in a new issue