This commit is contained in:
parent
cabab2099d
commit
f6c0a31fc1
@ -36,6 +36,10 @@ spec:
|
|||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: spring-web-dev-secret
|
name: spring-web-dev-secret
|
||||||
|
volumeMounts:
|
||||||
|
- name: spring-web-api-data
|
||||||
|
mountPath: /opt/cubetiq/data
|
||||||
|
subPath: spring-web-api-data
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
@ -43,4 +47,8 @@ spec:
|
|||||||
memory: 300Mi
|
memory: 300Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 800m
|
cpu: 800m
|
||||||
memory: 800Mi
|
memory: 800Mi
|
||||||
|
volumes:
|
||||||
|
- name: spring-web-api-data
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: spring-web-dev-volume
|
||||||
|
Loading…
Reference in New Issue
Block a user