Skip to content

Commit

Permalink
update conf
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 17, 2023
1 parent 66d33d9 commit 0b78732
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ spec:
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 4000m
memory: 4096Mi
cpu: 4
memory: 4Gi
limits:
cpu: 4000m
cpu: 4
env:
- name: MYSQL_TCP_PORT
value: "3306"
Expand Down Expand Up @@ -83,7 +83,7 @@ spec:
resources:
requests:
cpu: 4
memory: 6Gi
memory: 4Gi
env:
- name: DB_PASSWORD
valueFrom:
Expand Down

0 comments on commit 0b78732

Please sign in to comment.