enable bad behavior on default server and various k8s fixes

This commit is contained in:
bunkerity 2022-08-05 17:04:32 +02:00
parent e295b020e4
commit 95c4ce723d
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
6 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,8 @@
server {
# reason variable
set $reason '';
server_name _;
# HTTP listen

View File

@ -72,4 +72,8 @@ function _M:log()
return true, "success"
end
function _M:log_default()
return _M:log()
end
return _M

View File

@ -0,0 +1 @@
set $is_whitelisted '';

View File

@ -5,4 +5,5 @@ if [ $(id -u) -ne 0 ] ; then
exit 1
fi
helm delete drupal
helm delete drupal
kubectl delete pvc data-drupal-mariadb-0

View File

@ -5,4 +5,5 @@ if [ $(id -u) -ne 0 ] ; then
exit 1
fi
helm delete wordpress
helm delete wordpress
kubectl delete pvc data-wordpress-mariadb-0

View File

@ -10,7 +10,7 @@ spec:
- host: www.example.com
http:
paths:
path: /
- path: /
pathType: Prefix
backend:
service: