This commit is contained in:
2026-05-05 00:26:41 +02:00
commit 7587c86541
32 changed files with 33914 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: rustfs-ingress
namespace: s3storage
spec:
entryPoints:
- websecure
routes:
- match: Host(`s3.milasholsting.dk`)
kind: Rule
services:
- name: rustfs-svc
port: 9000
sticky:
cookie:
httpOnly: true
name: s3-routing
secure: true
- match: Host(`console.s3.milasholsting.dk`)
kind: Rule
services:
- name: rustfs-svc
port: 9001
tls:
secretName: rustfs-tls-cert