Commit Graph

1 Commits

Author SHA1 Message Date
5c5e5e7e69 feat(certificates): support certificates
Some checks failed
Helm / helm-lint (push) Successful in 15s
Generate README / generate-parameters (push) Failing after 18s
Helm / helm-unittest (push) Successful in 17s
The following patch enables you to generate certificates using cert-manager or,
alternatively, to mount a secret with TLS certificates.

The HTTP server is then automatically configured to use the TLS certificates to
encrypt HTTP traffic.

If an ingress controller is also used, such as the nginx-ingress controller, the
necessary annotations must still be set to inform the nginx-ingress controller
that the HTTP upstream server communicates via HTTPS.
2025-10-14 23:00:14 +02:00