18 lines
241 B
YAML
18 lines
241 B
YAML
|
|
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
|