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"
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "768Mi"
|
||||
memory: "1500Mi"
|
||||
cpu: "500m"
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
|
@ -6,31 +6,33 @@ namespace: nocodb
|
|||
images:
|
||||
- name: nocodb
|
||||
newName: docker.io/nocodb/nocodb
|
||||
newTag: "0.203.2"
|
||||
newTag: 0.203.2
|
||||
|
||||
commonLabels:
|
||||
app.kubernetes.io/instance: icb4dc0de
|
||||
app.kubernetes.io/managed-by: kustomize
|
||||
labels:
|
||||
- includeSelectors: true
|
||||
pairs:
|
||||
app.kubernetes.io/instance: icb4dc0de
|
||||
app.kubernetes.io/managed-by: kustomize
|
||||
|
||||
resources:
|
||||
- "resources/namespace.yaml"
|
||||
- "resources/pvc.yaml"
|
||||
- "resources/deployment.yaml"
|
||||
- "resources/service.yaml"
|
||||
- "resources/ingress.yaml"
|
||||
- resources/namespace.yaml
|
||||
- resources/pvc.yaml
|
||||
- resources/deployment.yaml
|
||||
- resources/service.yaml
|
||||
- resources/ingress.yaml
|
||||
|
||||
generators:
|
||||
- ./secret-generator.yaml
|
||||
- ./secret-generator.yaml
|
||||
|
||||
secretGenerator:
|
||||
- name: nocodb-base-config
|
||||
envs:
|
||||
- "config/base.env"
|
||||
- envs:
|
||||
- config/base.env
|
||||
name: nocodb-base-config
|
||||
|
||||
helmCharts:
|
||||
- name: keydb
|
||||
repo: https://enapter.github.io/charts/
|
||||
releaseName: nocodb-keydb
|
||||
namespace: nocodb
|
||||
version: "0.48.0"
|
||||
valuesFile: config/values.keydb.yaml
|
||||
- name: keydb
|
||||
namespace: nocodb
|
||||
releaseName: nocodb-keydb
|
||||
repo: https://enapter.github.io/charts/
|
||||
valuesFile: config/values.keydb.yaml
|
||||
version: 0.48.0
|
||||
|
|
Loading…
Reference in a new issue