examples - fix gogs/k8s

This commit is contained in:
bunkerity 2022-08-05 15:34:53 +02:00
parent a642761366
commit 1e499db505
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
4 changed files with 5 additions and 4 deletions

View File

@ -8,6 +8,7 @@
- Fix missing default server when TEMP_NGINX=yes
- Fix check if BunkerNet is activated on default server
- Fix request crash when mmdb lookup fails
- Fix bad behavior trigger when request is whitelisted
- Add Ansible integration in beta
- Add \*_CUSTOM_CONF_\* setting to automatically add custom config files from setting value
- Add DENY_HTTP_STATUS setting to choose standard 403 error page (default) or 444 to close connection when access is denied

View File

@ -82,7 +82,7 @@ server_tokens off;
{% endfor %}
{% if not found["res"] %}
{% set x = map_servers.update({server_name : [server_name]}) %}
{% endif %}
{% endif %}
{% endif %}
{% endfor %}
{% for first_server in map_servers +%}

View File

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

View File

@ -1,4 +1,3 @@
ghostUsername: "user"
ghostPassword: "changeme42"
ghostHost: "www.example.com"
ghostEnableHttps: true
ghostHost: "www.example.com"