This commit is contained in:
parent
cabab2099d
commit
f6c0a31fc1
@ -36,6 +36,10 @@ spec:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: spring-web-dev-secret
|
||||
volumeMounts:
|
||||
- name: spring-web-api-data
|
||||
mountPath: /opt/cubetiq/data
|
||||
subPath: spring-web-api-data
|
||||
imagePullPolicy: Always
|
||||
resources:
|
||||
requests:
|
||||
@ -43,4 +47,8 @@ spec:
|
||||
memory: 300Mi
|
||||
limits:
|
||||
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