chore: Update manifests after change
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: matrix-hookshot
|
||||
name: matrix-synapse-matrix-hookshot
|
||||
labels:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/instance: matrix-synapse
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: matrix-synapse
|
||||
app.kubernetes.io/name: matrix-hookshot
|
||||
helm.sh/chart: matrix-hookshot-4.5.0
|
||||
namespace: matrix-synapse
|
||||
spec:
|
||||
@@ -17,14 +17,14 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/name: matrix-synapse
|
||||
app.kubernetes.io/name: matrix-hookshot
|
||||
app.kubernetes.io/instance: matrix-synapse
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/instance: matrix-synapse
|
||||
app.kubernetes.io/name: matrix-synapse
|
||||
app.kubernetes.io/instance: matrix-hookshot
|
||||
app.kubernetes.io/name: matrix-hookshot
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
serviceAccountName: default
|
||||
@@ -65,7 +65,7 @@ spec:
|
||||
secretName: matrix-hookshot-config-secret
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: matrix-hookshot
|
||||
claimName: matrix-synapse-matrix-hookshot
|
||||
- name: passkey
|
||||
secret:
|
||||
secretName: matrix-hookshot-config-secret
|
||||
@@ -1,11 +1,11 @@
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: matrix-hookshot
|
||||
name: matrix-synapse-matrix-hookshot
|
||||
labels:
|
||||
app.kubernetes.io/instance: matrix-synapse
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: matrix-synapse
|
||||
app.kubernetes.io/name: matrix-hookshot
|
||||
helm.sh/chart: matrix-hookshot-4.5.0
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
@@ -1,25 +1,21 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: matrix-hookshot
|
||||
name: matrix-synapse-matrix-hookshot
|
||||
labels:
|
||||
app.kubernetes.io/instance: matrix-synapse
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: matrix-synapse
|
||||
app.kubernetes.io/service: matrix-hookshot
|
||||
app.kubernetes.io/name: matrix-hookshot
|
||||
app.kubernetes.io/service: matrix-synapse-matrix-hookshot
|
||||
helm.sh/chart: matrix-hookshot-4.5.0
|
||||
namespace: matrix-synapse
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 9002
|
||||
targetPort: 9002
|
||||
protocol: TCP
|
||||
name: appservice
|
||||
- port: 9993
|
||||
targetPort: 9993
|
||||
protocol: TCP
|
||||
name: homeserver
|
||||
name: appservice
|
||||
- port: 9001
|
||||
targetPort: 9001
|
||||
protocol: TCP
|
||||
@@ -28,7 +24,11 @@ spec:
|
||||
targetPort: 9000
|
||||
protocol: TCP
|
||||
name: webhook
|
||||
- port: 9002
|
||||
targetPort: 9002
|
||||
protocol: TCP
|
||||
name: widgets
|
||||
selector:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/instance: matrix-synapse
|
||||
app.kubernetes.io/name: matrix-synapse
|
||||
app.kubernetes.io/name: matrix-hookshot
|
||||
Reference in New Issue
Block a user