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: ...@@ -41,12 +41,11 @@ data:
role_key: openappstack_roles role_key: openappstack_roles
database: database:
db: auth:
user: wordpress username: wordpress
password: "${wordpress_mariadb_password}" password: "${wordpress_mariadb_password}"
rootUser: rootPassword: "${wordpress_mariadb_root_password}"
password: "${wordpress_mariadb_root_password}" primary:
master:
persistence: persistence:
## Enable MariaDB persistence using Persistent Volume Claims. ## Enable MariaDB persistence using Persistent Volume Claims.
enabled: true enabled: true
...@@ -61,8 +60,7 @@ data: ...@@ -61,8 +60,7 @@ data:
requests: requests:
cpu: 100m cpu: 100m
memory: 256Mi memory: 256Mi
replication: architecture: "standalone"
enabled: false
# It's advisable to set resource limits to prevent your K8s cluster from # It's advisable to set resource limits to prevent your K8s cluster from
# crashing # crashing
......
...@@ -14,4 +14,4 @@ spec: ...@@ -14,4 +14,4 @@ spec:
# For all available options, see: # For all available options, see:
# https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef # https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef
ref: 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