25 lines
396 B
YAML
25 lines
396 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: garage
|
|
namespace: platform
|
|
labels:
|
|
app: garage
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 3900
|
|
targetPort: 3900
|
|
protocol: TCP
|
|
name: s3-api
|
|
- port: 3902
|
|
targetPort: 3902
|
|
protocol: TCP
|
|
name: web
|
|
- port: 3903
|
|
targetPort: 3903
|
|
protocol: TCP
|
|
name: admin
|
|
selector:
|
|
app: garage
|