añadidos archivos de rook
This commit is contained in:
24
rook/ingress/dashboard.yaml
Normal file
24
rook/ingress/dashboard.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: ceph-dashboard
|
||||
namespace: rook-ceph
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts: ["ceph.c2et.net"]
|
||||
secretName: ceph-dashboard-tls
|
||||
rules:
|
||||
- host: ceph.c2et.net
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: rook-ceph-mgr-dashboard
|
||||
port:
|
||||
number: 7000
|
||||
Reference in New Issue
Block a user