HTTPS configuration
Certificate in the Ingress
ui:
ingress:
enabled: true
className: "<class-name>" # ingress class name
hosts:
- host: "example.company.com"
paths:
- path: /
pathType: Prefix
tls:
- secretName: "<secret name>" # secret name containing the certificate and key data
hosts:
- "example.company.com"Certificate in the Akamas services
Last updated
Was this helpful?