refactor(storage): replace minio with rook-ceph, remove minio files
This commit is contained in:
25
infrastructure/rook-ceph/ingress-s3.yaml
Normal file
25
infrastructure/rook-ceph/ingress-s3.yaml
Normal 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
|
||||
Reference in New Issue
Block a user