k3s/namespaces/core/minio/extras/server-route.yaml
Jonathan Leech-Pepin 2e57d7f308
Add minio and setup backups
- Fix pgdump backups by adding needed secret
- Ensure nested kustomizations grab pgdump and minio
2025-04-01 18:41:50 -04:00

20 lines
409 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: server-route
spec:
parentRefs:
- name: homelab-gateway
sectionName: minio
kind: Gateway
namespace: homelab
hostnames:
- minio.leechpepin.com
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: minio-server-svc
port: 9000