Files
Homelabv4/infrastructure/rook-ceph/manifests/envoy-backend.yaml
T
Scooby HuskyandClaude Opus 4.6 31113ecf16 Fix Ceph dashboard Backend to use HTTP port 7000
The dashboard has SSL disabled and listens on port 7000, but the
Backend was configured for TLS on port 8443.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 22:32:09 -05:00

11 lines
233 B
YAML

apiVersion: gateway.envoyproxy.io/v1alpha1
kind: Backend
metadata:
name: ceph-dashboard
namespace: rook-ceph
spec:
endpoints:
- fqdn:
hostname: rook-ceph-mgr-dashboard.rook-ceph.svc.cluster.local
port: 7000