This commit is contained in:
@@ -37,11 +37,11 @@ spec:
|
|||||||
containerPort: 8081
|
containerPort: 8081
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 0.5Gi
|
memory: 0.4Gi
|
||||||
cpu: 1
|
cpu: 0.01
|
||||||
limits:
|
limits:
|
||||||
memory: 1Gi
|
memory: 0.8Gi
|
||||||
cpu: 2
|
cpu: 0.05
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /actuator/health
|
path: /actuator/health
|
||||||
|
|||||||
@@ -50,11 +50,11 @@ spec:
|
|||||||
containerPort: 5432
|
containerPort: 5432
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 0.5Gi
|
memory: 0.1Gi
|
||||||
cpu: 1
|
cpu: 0.01
|
||||||
limits:
|
limits:
|
||||||
memory: 1Gi
|
memory: 0.4Gi
|
||||||
cpu: 2
|
cpu: 0.05
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: ptp-chat-pvc
|
- name: ptp-chat-pvc
|
||||||
mountPath: /var/lib/postgresql
|
mountPath: /var/lib/postgresql
|
||||||
|
|||||||
@@ -27,11 +27,11 @@ spec:
|
|||||||
containerPort: 80
|
containerPort: 80
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 0.5Gi
|
memory: 0.1Gi
|
||||||
cpu: 1
|
cpu: 0.01
|
||||||
limits:
|
limits:
|
||||||
memory: 1Gi
|
memory: 0.2Gi
|
||||||
cpu: 2
|
cpu: 0.02
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
port: 80
|
port: 80
|
||||||
|
|||||||
Reference in New Issue
Block a user