Files
infrastructure/clusters/cl01tl/manifests/garage/Service-garage-main.yaml
gitea-bot e1076f5fe6 Automated Manifest Update (#4637)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #4637
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-03-11 19:20:41 +00:00

33 lines
679 B
YAML

apiVersion: v1
kind: Service
metadata:
name: garage-main
namespace: garage
labels:
app.kubernetes.io/name: garage-main
app.kubernetes.io/service: garage-main
app.kubernetes.io/instance: garage
app.kubernetes.io/part-of: garage
spec:
ports:
- name: admin
port: 3903
protocol: TCP
targetPort: 3903
- name: rpc
port: 3901
protocol: TCP
targetPort: 3901
- name: s3
port: 3900
protocol: TCP
targetPort: 3900
- name: web
port: 3902
protocol: TCP
targetPort: 3902
selector:
app.kubernetes.io/instance: garage
app.kubernetes.io/name: garage
garage-type: server