Skip to content

Commit 7de9a7a

Browse files
committed
(lukay) renamed it cephobjectstore -> backups
1 parent 76cc8ed commit 7de9a7a

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

fleet/lib/rook-ceph-conf/charts/lukay/templates/cephobjectstore-it.yaml renamed to fleet/lib/rook-ceph-conf/charts/lukay/templates/cephobjectstore-backups.yaml

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,28 @@
22
apiVersion: ceph.rook.io/v1
33
kind: CephObjectRealm
44
metadata:
5-
name: it
6-
namespace: rook-ceph
5+
name: backups
76
spec:
87
defaultRealm: true
98
---
109
apiVersion: ceph.rook.io/v1
1110
kind: CephObjectZoneGroup
1211
metadata:
13-
name: it
14-
namespace: rook-ceph
12+
name: backups
1513
spec:
16-
realm: it
14+
realm: backups
1715
---
1816
apiVersion: ceph.rook.io/v1
1917
kind: CephObjectZone
2018
metadata:
21-
name: it
22-
namespace: rook-ceph
19+
name: backups
2320
spec:
24-
zoneGroup: it
21+
zoneGroup: backups
2522
---
2623
apiVersion: ceph.rook.io/v1
2724
kind: CephObjectStore
2825
metadata:
29-
name: it
30-
namespace: rook-ceph
26+
name: backups
3127
spec:
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
---
5450
apiVersion: networking.k8s.io/v1
5551
kind: Ingress
5652
metadata:
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
6257
spec:
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

0 commit comments

Comments
 (0)