Skip to content

Commit

Permalink
wp #2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoosaar committed Oct 21, 2024
1 parent f35ca15 commit e65cb8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kubernetes/apps/default/wordpress/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ spec:
# memory: 324M
# limits:
# memory: 604M
# externalDatabase:
# database: ${SECRET_WP_1_MARIADB_DB}
# host: ${SECRET_MARIADB_SERVER}
# port:
# user: ${SECRET_WP_1_MARIADB_USER}
# password: ${SECRET_WP_1_MARIADB_PASS}
externalDatabase:
database: ${WORDPRESS_DATABASE_NAME}
host: ${WORDPRESS_DATABASE_HOST}
port: ${WORDPRESS_DATABASE_PORT_NUMBER}
user: ${WORDPRESS_DATABASE_USER}
password: ${WORDPRESS_DATABASE_PASSWORD}
mariadb:
enabled: false
service:
Expand Down

0 comments on commit e65cb8d

Please sign in to comment.