Add shared MySQL platform service
This commit is contained in:
parent
00d10f50e9
commit
0f2c3ab52e
7 changed files with 195 additions and 0 deletions
18
charts/platform-mysql/values.yaml
Normal file
18
charts/platform-mysql/values.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: platform-mysql
|
||||
namespace: platform-services
|
||||
|
||||
image:
|
||||
repository: mysql
|
||||
tag: "8.4"
|
||||
|
||||
auth:
|
||||
database: mysql
|
||||
username: root
|
||||
secret: platform-mysql-secret
|
||||
|
||||
storage:
|
||||
className: longhorn
|
||||
size: 20Gi
|
||||
|
||||
nodeSelector:
|
||||
workload: app
|
||||
Loading…
Add table
Add a link
Reference in a new issue