Dashboard TLS Configuration
ScaleOps dashboard serves over HTTP by default, but can be configured to serve over HTTPS with a valid TLS certificate. The certificate can be provided in several ways, as described below.
Existing Certificate
dashboard:
tls:
secret: <CERTIFICATE_SECRET_NAME>Generated Certificate
dashboard:
tls:
certificate:
create: true
hosts:
- example.com
issuer:
name: <ISSUER_NAME>
kind: Issuer # or ClusterIssuerGenerated Certificate and Issuer
dashboard:
tls:
certificate:
create: true
hosts:
- example.com
issuer:
create: true