File tree Expand file tree Collapse file tree 1 file changed +12
-17
lines changed
fleet/lib/rook-ceph-conf/charts/lukay/templates Expand file tree Collapse file tree 1 file changed +12
-17
lines changed Original file line number Diff line number Diff line change 22apiVersion : ceph.rook.io/v1
33kind : CephObjectRealm
44metadata :
5- name : it
6- namespace : rook-ceph
5+ name : backups
76spec :
87 defaultRealm : true
98---
109apiVersion : ceph.rook.io/v1
1110kind : CephObjectZoneGroup
1211metadata :
13- name : it
14- namespace : rook-ceph
12+ name : backups
1513spec :
16- realm : it
14+ realm : backups
1715---
1816apiVersion : ceph.rook.io/v1
1917kind : CephObjectZone
2018metadata :
21- name : it
22- namespace : rook-ceph
19+ name : backups
2320spec :
24- zoneGroup : it
21+ zoneGroup : backups
2522---
2623apiVersion : ceph.rook.io/v1
2724kind : CephObjectStore
2825metadata :
29- name : it
30- namespace : rook-ceph
26+ name : backups
3127spec :
3228 metadataPool :
3329 failureDomain : host
@@ -49,30 +45,29 @@ spec:
4945 # securePort: 443
5046 instances : 3
5147 zone :
52- name : it
48+ name : backups
5349---
5450apiVersion : networking.k8s.io/v1
5551kind : Ingress
5652metadata :
57- name : rook-ceph-rgw-it
58- namespace : rook-ceph
53+ name : rook-ceph-rgw-backups
5954 annotations :
6055 cert-manager.io/cluster-issuer : letsencrypt
6156 nginx.ingress.kubernetes.io/proxy-body-size : 1024m
6257spec :
6358 ingressClassName : nginx
6459 tls :
6560 - hosts :
66- - it-s3 .ls.lsst.org
67- secretName : rook-ceph-rgw-it -ingress-tls
61+ - s3-backups .ls.lsst.org
62+ secretName : rook-ceph-rgw-backups -ingress-tls
6863 rules :
69- - host : it-s3 .ls.lsst.org
64+ - host : s3-backups .ls.lsst.org
7065 http :
7166 paths :
7267 - path : /
7368 pathType : Prefix
7469 backend :
7570 service :
76- name : rook-ceph-rgw-it
71+ name : rook-ceph-rgw-backups
7772 port :
7873 number : 80
You can’t perform that action at this time.
0 commit comments