k3s/namespaces/core/minio/extras/server-svc.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

11 lines
170 B
YAML

apiVersion: v1
kind: Service
metadata:
name: server-svc
spec:
type: ClusterIP
ports:
- port: 9000
name: minio
targetPort: minio
protocol: TCP