chore: Update manifests after change
This commit is contained in:
@@ -2,33 +2,31 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: garage-main
|
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
|
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:
|
spec:
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
ports:
|
||||||
- port: 3903
|
- name: admin
|
||||||
|
port: 3903
|
||||||
|
protocol: TCP
|
||||||
targetPort: 3903
|
targetPort: 3903
|
||||||
|
- name: rpc
|
||||||
|
port: 3901
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: admin
|
|
||||||
- port: 3901
|
|
||||||
targetPort: 3901
|
targetPort: 3901
|
||||||
|
- name: s3
|
||||||
|
port: 3900
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: rpc
|
|
||||||
- port: 3900
|
|
||||||
targetPort: 3900
|
targetPort: 3900
|
||||||
|
- name: web
|
||||||
|
port: 3902
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: s3
|
|
||||||
- port: 3902
|
|
||||||
targetPort: 3902
|
targetPort: 3902
|
||||||
protocol: TCP
|
|
||||||
name: web
|
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/controller: server-2
|
|
||||||
app.kubernetes.io/instance: garage
|
app.kubernetes.io/instance: garage
|
||||||
app.kubernetes.io/name: garage
|
app.kubernetes.io/name: garage
|
||||||
|
garage-type: server
|
||||||
|
|||||||
Reference in New Issue
Block a user