17 lines
333 B
Smarty
17 lines
333 B
Smarty
|
|
tls:
|
||
|
|
useSelfSigned: true
|
||
|
|
credentials:
|
||
|
|
root:
|
||
|
|
password: ${root_password}
|
||
|
|
user: root
|
||
|
|
serverInstances: 1
|
||
|
|
podSpec:
|
||
|
|
containers:
|
||
|
|
- name: mysql
|
||
|
|
resources:
|
||
|
|
requests:
|
||
|
|
memory: "1024Mi" # adapt to your needs
|
||
|
|
cpu: "100m" # adapt to your needs
|
||
|
|
limits:
|
||
|
|
memory: "2048Mi" # adapt to your needs
|