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