Reorganized for new stable/waypoint versioning design.
This commit is contained in:
5
mysql/app.yaml
Normal file
5
mysql/app.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: mysql
|
||||
is: mysql
|
||||
description: MySQL is an open-source relational database management system
|
||||
icon: https://www.mysql.com/common/logos/logo-mysql-170x115.png
|
||||
latest: "9"
|
||||
@@ -1,15 +0,0 @@
|
||||
name: mysql
|
||||
is: mysql
|
||||
description: MySQL is an open-source relational database management system
|
||||
version: 9.1.0-1
|
||||
icon: https://www.mysql.com/common/logos/logo-mysql-170x115.png
|
||||
requires: []
|
||||
defaultConfig:
|
||||
namespace: mysql
|
||||
host: mysql.mysql.svc.cluster.local
|
||||
storage: 20Gi
|
||||
dbName: mysql
|
||||
user: mysql
|
||||
defaultSecrets:
|
||||
- key: rootPassword
|
||||
- key: password
|
||||
11
mysql/versions/9/manifest.yaml
Normal file
11
mysql/versions/9/manifest.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: 9.1.0-1
|
||||
requires: []
|
||||
defaultConfig:
|
||||
namespace: mysql
|
||||
host: mysql.mysql.svc.cluster.local
|
||||
storage: 20Gi
|
||||
dbName: mysql
|
||||
user: mysql
|
||||
defaultSecrets:
|
||||
- key: rootPassword
|
||||
- key: password
|
||||
Reference in New Issue
Block a user