File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
fleet/lib/rook-ceph-conf/charts/pillan/templates Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,32 @@ spec:
114114 port :
115115 number : 80
116116---
117+ apiVersion : networking.k8s.io/v1
118+ kind : Ingress
119+ metadata :
120+ name : rook-ceph-rgw-ingress-s3-butler
121+ namespace : rook-ceph
122+ annotations :
123+ cert-manager.io/cluster-issuer : letsencrypt
124+ nginx.ingress.kubernetes.io/proxy-body-size : 1024m
125+ spec :
126+ ingressClassName : traefik
127+ tls :
128+ - hosts :
129+ - &host s3-butler.ls.lsst.org
130+ secretName : rook-ceph-rgw-lfa-s3-butler-ingress-tls
131+ rules :
132+ - host : *host
133+ http :
134+ paths :
135+ - path : /
136+ pathType : Prefix
137+ backend :
138+ service :
139+ name : rook-ceph-rgw-lfa
140+ port :
141+ number : 80
142+ ---
117143apiVersion : ceph.rook.io/v1
118144kind : CephBlockPool
119145metadata :
You can’t perform that action at this time.
0 commit comments