Skip to content
Snippets Groups Projects
Verified Commit 82bb72cd authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

change values that need to be changed for wordpress 0.4.0 compatibility

parent 5e2d0dee
No related branches found
No related tags found
No related merge requests found
......@@ -41,12 +41,11 @@ 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}"
primary:
persistence:
## Enable MariaDB persistence using Persistent Volume Claims.
enabled: true
......@@ -61,8 +60,7 @@ data:
requests:
cpu: 100m
memory: 256Mi
replication:
enabled: false
architecture: "standalone"
# It's advisable to set resource limits to prevent your K8s cluster from
# crashing
......
......@@ -14,4 +14,4 @@ spec:
# For all available options, see:
# https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef
ref:
tag: 0.2.2
tag: 0.4.0
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