mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
document thing to watch out for with Kubernetes #122
This commit is contained in:
11
docs/installation/notes.md
Normal file
11
docs/installation/notes.md
Normal 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>
|
||||
Reference in New Issue
Block a user