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