wave-k8s / wave

Kubernetes configuration tracking controller
Apache License 2.0
661 stars 81 forks source link

[Question] how to use wave with cert-manager for http certs #117

Open superfly-git opened 2 years ago

superfly-git commented 2 years ago

How can i use the wave operator in order to use it to renew the letsencrypt certs generated by cert-manager?

I currently deploy cert-manager using helm, so if i add the annotation wave.pusher.com/update-on-config-change: "true" on the deployments will that be sufficient for wave to restart the pods of the deployment?

github-actions[bot] commented 2 years ago

This issue has been inactive for 60 days. If the issue is still relevant please comment to re-activate the issue. If no action is taken within 7 days, the issue will be marked closed.

jabdoa2 commented 5 months ago

I currently deploy cert-manager using helm, so if i add the annotation wave.pusher.com/update-on-config-change: "true" on the deployments will that be sufficient for wave to restart the pods of the deployment?

If that deployment uses the certificate then probably yes. Cert-manager will renew the cert and your deployment will be restarted with the new cert. If you are using any ingress controller (such as nginx-ingress) this is likely not needed at all.