docs - various examples fixes

This commit is contained in:
bunkerity
2021-08-20 09:38:18 +02:00
parent a824e15684
commit 58f2926e95
8 changed files with 15 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ metadata:
bunkerized-nginx: "yes"
annotations:
bunkerized-nginx.SERVER_NAME: "app2.example.com"
bunkerized-nginx.REMOTE_PHP: "app2"
bunkerized-nginx.REMOTE_PHP: "app2.default.svc.cluster.local"
bunkerized-nginx.REMOTE_PHP_PATH: "/var/www/html"
bunkerized-nginx.AUTO_LETS_ENCRYPT: "yes"
spec:

View File

@@ -29,7 +29,7 @@ metadata:
bunkerized-nginx.SERVER_NAME: "app3.example.com"
bunkerized-nginx.USE_REVERSE_PROXY: "yes"
bunkerized-nginx.REVERSE_PROXY_URL: "/"
bunkerized-nginx.REVERSE_PROXY_HOST: "http://app3"
bunkerized-nginx.REVERSE_PROXY_HOST: "http://app3.default.svc.cluster.local"
bunkerized-nginx.AUTO_LETS_ENCRYPT: "yes"
spec:
type: ClusterIP