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
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
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
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
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
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
@ -28,10 +29,6 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /usr/app/data
|
- mountPath: /usr/app/data
|
||||||
name: nocodb-metadata
|
name: nocodb-metadata
|
||||||
- mountPath: /usr/src/app/
|
|
||||||
name: app-volume
|
|
||||||
- mountPath: /tmp
|
|
||||||
name: app-tmp
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v1/health
|
path: /api/v1/health
|
||||||
|
@ -79,12 +76,6 @@ spec:
|
||||||
- name: nocodb-metadata
|
- name: nocodb-metadata
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: nocodb-metadata
|
claimName: nocodb-metadata
|
||||||
- name: app-volume
|
|
||||||
emptyDir:
|
|
||||||
sizeLimit: 1500Mi
|
|
||||||
- name: app-tmp
|
|
||||||
emptyDir:
|
|
||||||
sizeLimit: 500Mi
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
|
|
Loading…
Reference in a new issue