Enable ingress for ceph dashboard
This commit is contained in:
@@ -17,6 +17,19 @@ spec:
|
||||
values:
|
||||
toolbox:
|
||||
enabled: true
|
||||
# TODO: Not sure we really need this is we have prometheus + grafana set up
|
||||
ingress:
|
||||
dashboard:
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entryPoints: "websecure"
|
||||
traefik.ingress.kubernetes.io/router.middlewares: "authelia-forwardauth-authelia@kubernetescrd"
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
host:
|
||||
name: ceph.${domain}
|
||||
tls:
|
||||
- hosts:
|
||||
- ceph.${domain}
|
||||
secretName: ${domain//./-}-tls
|
||||
# Uncomment once prometheus stack has been added
|
||||
# monitoring:
|
||||
# enabled: true
|
||||
@@ -26,6 +39,8 @@ spec:
|
||||
cephFileSystemVolumeSnapshotClass:
|
||||
enabled: true
|
||||
cephClusterSpec:
|
||||
dashboard:
|
||||
ssl: false
|
||||
storage:
|
||||
useAllDevices: false
|
||||
deviceFilter: "^nvme."
|
||||
|
||||
Reference in New Issue
Block a user