fix(nocodb): remove obsolete emptyDir mounts
All checks were successful
Renovate / renovate (push) Successful in 1m8s
All checks were successful
Renovate / renovate (push) Successful in 1m8s
This commit is contained in:
parent
bb47e18360
commit
ea36bc6d4a
3 changed files with 3 additions and 10 deletions
|
@ -1,3 +1,4 @@
|
|||
# yaml-language-server: $scheme=https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.2-standalone-strict/deployment-apps-v1.json
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# yaml-language-server: $scheme=https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.2-standalone-strict/deployment-apps-v1.json
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# yaml-language-server: $scheme=https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.2-standalone-strict/deployment-apps-v1.json
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
@ -28,10 +29,6 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /usr/app/data
|
||||
name: nocodb-metadata
|
||||
- mountPath: /usr/src/app/
|
||||
name: app-volume
|
||||
- mountPath: /tmp
|
||||
name: app-tmp
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/health
|
||||
|
@ -79,12 +76,6 @@ spec:
|
|||
- name: nocodb-metadata
|
||||
persistentVolumeClaim:
|
||||
claimName: nocodb-metadata
|
||||
- name: app-volume
|
||||
emptyDir:
|
||||
sizeLimit: 1500Mi
|
||||
- name: app-tmp
|
||||
emptyDir:
|
||||
sizeLimit: 500Mi
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
|
|
Loading…
Reference in a new issue