refactor(storage): replace minio with rook-ceph, remove minio files

This commit is contained in:
Ubuntu
2026-01-13 23:51:06 +00:00
parent 625cb4f168
commit d60ff63314
7 changed files with 150 additions and 177 deletions

View File

@@ -0,0 +1,25 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ceph-s3-ingress
namespace: rook-ceph
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
ingressClassName: traefik
tls:
- hosts:
- s3.apps.internal.k3s.stabify.de
secretName: ceph-s3-tls
rules:
- host: s3.apps.internal.k3s.stabify.de
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: rook-ceph-rgw-ceph-objectstore
port:
number: 80