document thing to watch out for with Kubernetes #122

This commit is contained in:
Lennart K
2025-09-16 15:34:31 +02:00
parent 4bb8cae9ea
commit bc98d1be42
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Notes
## Kubernetes setup
If you setup RustiCal with Kubernetes and call the deployment `rustical`
Kubernetes will by default expose some environment variables starting with `RUSTICAL_`
that will be rejected by RustiCal.
So for now the solutions are either not calling the deployment `rustical` or setting
`enableServiceLinks: false`, see <https://kubernetes.io/docs/tutorials/services/connect-applications-service/#accessing-the-service>.
For the corresponding issue see <https://github.com/lennart-k/rustical/issues/122>