mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-17 13:54:59 +00:00
docs: add note about unsetting PUBLIC_URL in Kubernetes setup
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Kubernetes
|
# Kubernetes
|
||||||
|
|
||||||
|
:::note
|
||||||
|
Leave the `PUBLIC_URL` environment variable unset in this sidecar/standalone setup. Setting it here makes redirect construction fail (`redir=null`).
|
||||||
|
:::
|
||||||
|
|
||||||
When setting up Anubis in Kubernetes, you want to make sure that you thread requests through Anubis kinda like this:
|
When setting up Anubis in Kubernetes, you want to make sure that you thread requests through Anubis kinda like this:
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
@@ -90,8 +94,10 @@ containers:
|
|||||||
- ALL
|
- ALL
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Then add a Service entry for Anubis:
|
Then add a Service entry for Anubis:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user