Accessing ScaleOps via an Ingress
⚠️
It’s highly recommended to setup authentication before exposing the dashboard to the internet.
Helm Parameters
dashboard:
rootPath: /
ingress:
enabled: false
host: ""
# host: scaleops.yourdomain.com
annotations: {}
# alb.ingress.kubernetes.io/scheme: internet-facing
tls:
# - secretName: scaleops-ingress-tls
# hosts:
# - scaleops.yourdomain.com
className:
# className: "nginx"
pathType: Prefix
path: /
servicePortName: dashboard # dashboard-httpsPath Based Routing
Please use the following configuration to access to ScaleOps dashboard via yourdomain.com/scaleops route.
dashboard:
rootPath: /scaleops
ingress:
host: yourdomain.com
path: /scaleopsExamples
AWS
dashboard:
ingress:
enabled: true
host: scaleops.yourdomain.com
annotations:
alb.ingress.kubernetes.io/scheme: internet-facing