Automated Manifest Update #4637

Merged
alexlebens merged 3 commits from auto/update-manifests into manifests 2026-03-11 19:20:49 +00:00
Showing only changes of commit 9481c0bf23 - Show all commits

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