garage-cluster/svc.yaml
2025-04-10 20:53:23 -05:00

30 lines
446 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: garage
name: garage
namespace: garage
spec:
selector:
app: garage
ports:
- port: 3900
name: s3-api
protocol: TCP
targetPort: s3-api
- port: 3901
name: rpc
protocol: TCP
targetPort: rpc
- port: 3902
name: s3-web
protocol: TCP
targetPort: s3-web
- port: 3903
name: admin
protocol: TCP
targetPort: admin
type: ClusterIP