bitpoke / wordpress-operator

Bitpoke Kubernetes operator for WordPress
Apache License 2.0
226 stars 35 forks source link

Pod health-checks intervals are hardcoded and not usable in gke with https lb #103

Open constin opened 2 years ago

constin commented 2 years ago

Pod health-checks intervals are hardcoded and not usable in gke with HTTPS LB . timeout is bigger then PeriodSeconds interval , it should be smaller. This this config ingress with HTTPS LB will never be up. https://github.com/bitpoke/wordpress-operator/blob/39f32a00478aef67b2286fcbf1788597d137ebc8/pkg/internal/wordpress/pod_template_test.go#L205-L209

https://github.com/bitpoke/wordpress-operator/blob/39f32a00478aef67b2286fcbf1788597d137ebc8/pkg/internal/wordpress/pod_template_test.go#L239-L243