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>
This commit was merged in pull request #4637.
This commit is contained in:
2026-03-11 19:20:41 +00:00
committed by Alex Lebens
parent 444e3b84e3
commit e1076f5fe6
6 changed files with 28 additions and 30 deletions

View File

@@ -2,33 +2,31 @@ apiVersion: v1
kind: Service
metadata:
name: garage-main
labels:
app.kubernetes.io/instance: garage
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: garage
app.kubernetes.io/service: garage-main
helm.sh/chart: garage-4.6.2
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:
type: ClusterIP
ports:
- port: 3903
- name: admin
port: 3903
protocol: TCP
targetPort: 3903
- name: rpc
port: 3901
protocol: TCP
name: admin
- port: 3901
targetPort: 3901
- name: s3
port: 3900
protocol: TCP
name: rpc
- port: 3900
targetPort: 3900
- name: web
port: 3902
protocol: TCP
name: s3
- port: 3902
targetPort: 3902
protocol: TCP
name: web
selector:
app.kubernetes.io/controller: server-2
app.kubernetes.io/instance: garage
app.kubernetes.io/name: garage
garage-type: server