apps/garage/resources/services.yaml

27 lines
423 B
YAML
Raw Normal View History

2024-05-04 16:02:47 +00:00
apiVersion: v1
kind: Service
metadata:
name: garage
spec:
ports:
- port: 3900
targetPort: 3900
protocol: TCP
name: s3-api
- port: 3902
targetPort: 3902
protocol: TCP
name: s3-web
---
apiVersion: v1
kind: Service
metadata:
name: garage-metrics
spec:
type: ClusterIP
clusterIP: None
ports:
- port: 3903
targetPort: 3903
protocol: TCP
name: metrics