chore: Update manifests after change
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: matrix-synapse-matrix-hookshot
|
||||
name: matrix-hookshot
|
||||
labels:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/instance: matrix-synapse
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/instance: matrix-hookshot
|
||||
app.kubernetes.io/instance: matrix-synapse
|
||||
app.kubernetes.io/name: matrix-hookshot
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
@@ -65,7 +65,7 @@ spec:
|
||||
secretName: matrix-hookshot-config-secret
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: matrix-synapse-matrix-hookshot
|
||||
claimName: matrix-hookshot
|
||||
- name: passkey
|
||||
secret:
|
||||
secretName: matrix-hookshot-config-secret
|
||||
@@ -1,7 +1,7 @@
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: matrix-synapse-matrix-hookshot
|
||||
name: matrix-hookshot
|
||||
labels:
|
||||
app.kubernetes.io/instance: matrix-synapse
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@@ -1,12 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: matrix-synapse-matrix-hookshot
|
||||
name: matrix-hookshot
|
||||
labels:
|
||||
app.kubernetes.io/instance: matrix-synapse
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: matrix-hookshot
|
||||
app.kubernetes.io/service: matrix-synapse-matrix-hookshot
|
||||
app.kubernetes.io/service: matrix-hookshot
|
||||
helm.sh/chart: matrix-hookshot-4.5.0
|
||||
namespace: matrix-synapse
|
||||
spec:
|
||||
Reference in New Issue
Block a user