HTTPS configuration
HTTPS configuration can be set in the Akamas services (UI and Kong) or in the Ingress definition.
Certificate in the Ingress
Declare the certificate secret by adding a tls
section to the Ingress definition:
You can apply the same configuration to the kong
service to add a certificate to the API Gateway.
For more information regarding the TLS definition refer to the official documentation.
Certificate in the Akamas services
To add a certificate to both the UI and API Gateway you need to generate the akamas.key
and akamas.pem
files, and create a secret in Akamas' namespace with the following command:
To complete the update, restart the deployments:
Last updated