mariadb config in yaml
This commit is contained in:
@@ -28,6 +28,20 @@ spec:
|
|||||||
value: '192.168.4.125'
|
value: '192.168.4.125'
|
||||||
- name: smtpPort
|
- name: smtpPort
|
||||||
value: '25'
|
value: '25'
|
||||||
|
- name: mariadb.enabled
|
||||||
|
value: 'true'
|
||||||
|
- name: mariadb.architecture
|
||||||
|
value: 'standalone'
|
||||||
|
- name: mariadb.auth.rootPassword
|
||||||
|
value: 'wpInnoROOT'
|
||||||
|
- name: mariadb.auth.database
|
||||||
|
value: 'bitnami_wordpress'
|
||||||
|
- name: mariadb.auth.username
|
||||||
|
value: 'bn_wordpress'
|
||||||
|
- name: mariadb.auth.password
|
||||||
|
value: 'bn_wpInnoUSER'
|
||||||
|
- name: mariadb.primary.persistence.enabled
|
||||||
|
value: 'true'
|
||||||
destination:
|
destination:
|
||||||
namespace: wordpress
|
namespace: wordpress
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
|
|||||||
Reference in New Issue
Block a user