docs: clarify usage of PUBLIC_URL and REDIRECT_DOMAINS in installatio… (#1286)

This commit is contained in:
Jason Cameron
2025-11-17 12:11:34 -05:00
committed by GitHub
parent 1d91bc99f2
commit 69e9023cbb
2 changed files with 9 additions and 3 deletions
@@ -1,5 +1,9 @@
# 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:
```mermaid
@@ -90,8 +94,10 @@ containers:
- ALL
seccompProfile:
type: RuntimeDefault
```
Then add a Service entry for Anubis:
```yaml