remove mysql operator
This commit is contained in:
parent
e527277f1a
commit
00b05974b4
1 changed files with 10 additions and 0 deletions
|
|
@ -5,3 +5,13 @@ credentials:
|
|||
password: ${root_password}
|
||||
user: root
|
||||
serverInstances: 1
|
||||
podSpec:
|
||||
containers:
|
||||
- name: mysql
|
||||
resources:
|
||||
requests:
|
||||
memory: "1024Mi" # adapt to your needs
|
||||
cpu: "1800m" # adapt to your needs
|
||||
limits:
|
||||
memory: "2048Mi" # adapt to your needs
|
||||
cpu: "3600m" # adapt to your needs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue