Skip to content
Snippets Groups Projects
Verified Commit 33efbdbd authored by Arie Peterson's avatar Arie Peterson
Browse files

Adapt wordpress helm values to follow mariadb chart upgrade

parent 52042a3a
No related branches found
No related tags found
No related merge requests found
......@@ -45,12 +45,12 @@ data:
role_key: openappstack_roles
database:
db:
user: wordpress
auth:
username: wordpress
password: "${wordpress_mariadb_password}"
rootUser:
password: "${wordpress_mariadb_root_password}"
master:
rootPassword: "${wordpress_mariadb_root_password}"
architecture: standalone
primary:
persistence:
## Enable MariaDB persistence using Persistent Volume Claims.
enabled: true
......@@ -65,8 +65,6 @@ data:
requests:
cpu: 100m
memory: 256Mi
replication:
enabled: false
# It's advisable to set resource limits to prevent your K8s cluster from
# crashing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment