mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
21 lines
308 B
YAML
21 lines
308 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: garage
|
|
labels:
|
|
app: garage
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: garage
|
|
ports:
|
|
- name: s3
|
|
port: 3900
|
|
targetPort: s3
|
|
- name: rpc
|
|
port: 3901
|
|
targetPort: rpc
|
|
- name: admin
|
|
port: 3903
|
|
targetPort: admin
|