ory / k8s

Kubernetes Helm Charts for the ORY ecosystem.
https://k8s.ory.sh/helm
Apache License 2.0
336 stars 259 forks source link

feat: extract watcher sidecar to deployment #479

Closed Demonsthere closed 2 years ago

Demonsthere commented 2 years ago

Related Issue or Design Document

aeneasr commented 2 years ago

Please do not merge without approval from @tricky42

tricky42 commented 2 years ago

This would just be a workaround. According to the Kubernetes documentation Pods will be restarted if one container fails. But this didnt happen and we need to understand why. Maybe use port numbers instead of names will fix this as well.