diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3d87d3..6c79949 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "99.6.22" + HELM_CHART_VERSION: "99.6.23" stages: - deploy diff --git a/Chart/templates/configmap.yaml b/Chart/templates/configmap.yaml index 3b2bc8b..7aab475 100644 --- a/Chart/templates/configmap.yaml +++ b/Chart/templates/configmap.yaml @@ -112,7 +112,19 @@ data: "match": { "uri": [ "/wp-admin", - "/wp-admin/*" + "/wp-admin/*", + ] + } + }, + { + "action": { + "return": 302, + "location": "/wp/wp-login.php" + }, + "match": { + "uri": [ + "/wp-login.php", + "/wp-login.php*" ] } },