init
This commit is contained in:
26
manifests/s3/rustfs-ingress.yaml
Normal file
26
manifests/s3/rustfs-ingress.yaml
Normal 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
|
||||
Reference in New Issue
Block a user