chore: Update manifests after change
This commit is contained in:
@@ -52,7 +52,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: password
|
key: password
|
||||||
name: grimmory-database-config
|
name: grimmory-database-secret
|
||||||
- name: GRIMMORY_PORT
|
- name: GRIMMORY_PORT
|
||||||
value: "6060"
|
value: "6060"
|
||||||
- name: SWAGGER_ENABLED
|
- name: SWAGGER_ENABLED
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: grimmory-database-config
|
name: grimmory-database-secret
|
||||||
namespace: grimmory
|
namespace: grimmory
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: grimmory-database-config
|
app.kubernetes.io/name: grimmory-database-secret
|
||||||
app.kubernetes.io/instance: grimmory
|
app.kubernetes.io/instance: grimmory
|
||||||
app.kubernetes.io/part-of: grimmory
|
app.kubernetes.io/part-of: grimmory
|
||||||
spec:
|
spec:
|
||||||
@@ -15,8 +15,8 @@ spec:
|
|||||||
- secretKey: access
|
- secretKey: access
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /digital-ocean/home-infra/mariadb-backups
|
key: /digital-ocean/home-infra/mariadb-backups
|
||||||
property: access
|
property: AWS_ACCESS_KEY_ID
|
||||||
- secretKey: secret
|
- secretKey: secret
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /digital-ocean/home-infra/mariadb-backups
|
key: /digital-ocean/home-infra/mariadb-backups
|
||||||
property: secret
|
property: AWS_SECRET_ACCESS_KEY
|
||||||
|
|||||||
@@ -31,6 +31,6 @@ spec:
|
|||||||
rootPasswordSecretKeyRef:
|
rootPasswordSecretKeyRef:
|
||||||
generate: false
|
generate: false
|
||||||
key: password
|
key: password
|
||||||
name: grimmory-database-config
|
name: grimmory-database-secret
|
||||||
storage:
|
storage:
|
||||||
size: 5Gi
|
size: 5Gi
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ spec:
|
|||||||
app.kubernetes.io/name: matrix-hookshot
|
app.kubernetes.io/name: matrix-hookshot
|
||||||
spec:
|
spec:
|
||||||
enableServiceLinks: false
|
enableServiceLinks: false
|
||||||
serviceAccountName: default
|
serviceAccountName: matrix-synapse
|
||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
hostIPC: false
|
hostIPC: false
|
||||||
hostNetwork: false
|
hostNetwork: false
|
||||||
|
|||||||
@@ -37,6 +37,8 @@ spec:
|
|||||||
- envFrom:
|
- envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: openbao-unseal-config-1
|
name: openbao-unseal-config-1
|
||||||
|
- secretRef:
|
||||||
|
name: openbao-ntfy-unseal-config
|
||||||
image: ghcr.io/lrstanley/vault-unseal:1.0.0@sha256:9b936fadc8dea2a473972806bffc218a4dd2fbc3b373566138a60e058cc544aa
|
image: ghcr.io/lrstanley/vault-unseal:1.0.0@sha256:9b936fadc8dea2a473972806bffc218a4dd2fbc3b373566138a60e058cc544aa
|
||||||
name: main
|
name: main
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
@@ -37,6 +37,8 @@ spec:
|
|||||||
- envFrom:
|
- envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: openbao-unseal-config-2
|
name: openbao-unseal-config-2
|
||||||
|
- secretRef:
|
||||||
|
name: openbao-ntfy-unseal-config
|
||||||
image: ghcr.io/lrstanley/vault-unseal:1.0.0@sha256:9b936fadc8dea2a473972806bffc218a4dd2fbc3b373566138a60e058cc544aa
|
image: ghcr.io/lrstanley/vault-unseal:1.0.0@sha256:9b936fadc8dea2a473972806bffc218a4dd2fbc3b373566138a60e058cc544aa
|
||||||
name: main
|
name: main
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
@@ -37,6 +37,8 @@ spec:
|
|||||||
- envFrom:
|
- envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: openbao-unseal-config-3
|
name: openbao-unseal-config-3
|
||||||
|
- secretRef:
|
||||||
|
name: openbao-ntfy-unseal-config
|
||||||
image: ghcr.io/lrstanley/vault-unseal:1.0.0@sha256:9b936fadc8dea2a473972806bffc218a4dd2fbc3b373566138a60e058cc544aa
|
image: ghcr.io/lrstanley/vault-unseal:1.0.0@sha256:9b936fadc8dea2a473972806bffc218a4dd2fbc3b373566138a60e058cc544aa
|
||||||
name: main
|
name: main
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
@@ -0,0 +1,28 @@
|
|||||||
|
apiVersion: external-secrets.io/v1
|
||||||
|
kind: ExternalSecret
|
||||||
|
metadata:
|
||||||
|
name: openbao-ntfy-unseal-config
|
||||||
|
namespace: openbao
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: openbao-ntfy-unseal-config
|
||||||
|
app.kubernetes.io/instance: openbao
|
||||||
|
app.kubernetes.io/part-of: openbao
|
||||||
|
spec:
|
||||||
|
secretStoreRef:
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
name: openbao
|
||||||
|
target:
|
||||||
|
template:
|
||||||
|
mergePolicy: Merge
|
||||||
|
engineVersion: v2
|
||||||
|
data:
|
||||||
|
NOTIFY_QUEUE_URLS: "{{ .endpoint }}/{{ .topic }}/?priority=4&tags=vault,unseal&title=Vault+Unsealed"
|
||||||
|
data:
|
||||||
|
- secretKey: endpoint
|
||||||
|
remoteRef:
|
||||||
|
key: /cl01tl/ntfy/users/cl01tl
|
||||||
|
property: internal-endpoint-credential
|
||||||
|
- secretKey: topic
|
||||||
|
remoteRef:
|
||||||
|
key: /cl01tl/ntfy/topics
|
||||||
|
property: openbao
|
||||||
@@ -15,16 +15,12 @@ spec:
|
|||||||
- secretKey: ENVIRONMENT
|
- secretKey: ENVIRONMENT
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /cl01tl/openbao/unseal
|
key: /cl01tl/openbao/unseal
|
||||||
property: ENVIRONMENT
|
property: environment
|
||||||
- secretKey: NODES
|
- secretKey: NODES
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /cl01tl/openbao/unseal
|
key: /cl01tl/openbao/unseal
|
||||||
property: NODES
|
property: nodes
|
||||||
- secretKey: TOKENS
|
- secretKey: TOKENS
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /cl01tl/openbao/unseal
|
key: /cl01tl/openbao/unseal
|
||||||
property: TOKENS_1
|
property: tokens-1
|
||||||
- secretKey: NOTIFY_QUEUE_URLS
|
|
||||||
remoteRef:
|
|
||||||
key: /cl01tl/openbao/unseal
|
|
||||||
property: NOTIFY_QUEUE_URLS
|
|
||||||
|
|||||||
@@ -15,16 +15,12 @@ spec:
|
|||||||
- secretKey: ENVIRONMENT
|
- secretKey: ENVIRONMENT
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /cl01tl/openbao/unseal
|
key: /cl01tl/openbao/unseal
|
||||||
property: ENVIRONMENT
|
property: environment
|
||||||
- secretKey: NODES
|
- secretKey: NODES
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /cl01tl/openbao/unseal
|
key: /cl01tl/openbao/unseal
|
||||||
property: NODES
|
property: nodes
|
||||||
- secretKey: TOKENS
|
- secretKey: TOKENS
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /cl01tl/openbao/unseal
|
key: /cl01tl/openbao/unseal
|
||||||
property: TOKENS_2
|
property: tokens-2
|
||||||
- secretKey: NOTIFY_QUEUE_URLS
|
|
||||||
remoteRef:
|
|
||||||
key: /cl01tl/openbao/unseal
|
|
||||||
property: NOTIFY_QUEUE_URLS
|
|
||||||
|
|||||||
@@ -15,16 +15,12 @@ spec:
|
|||||||
- secretKey: ENVIRONMENT
|
- secretKey: ENVIRONMENT
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /cl01tl/openbao/unseal
|
key: /cl01tl/openbao/unseal
|
||||||
property: ENVIRONMENT
|
property: environment
|
||||||
- secretKey: NODES
|
- secretKey: NODES
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /cl01tl/openbao/unseal
|
key: /cl01tl/openbao/unseal
|
||||||
property: NODES
|
property: nodes
|
||||||
- secretKey: TOKENS
|
- secretKey: TOKENS
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /cl01tl/openbao/unseal
|
key: /cl01tl/openbao/unseal
|
||||||
property: TOKENS_3
|
property: tokens-3
|
||||||
- secretKey: NOTIFY_QUEUE_URLS
|
|
||||||
remoteRef:
|
|
||||||
key: /cl01tl/openbao/unseal
|
|
||||||
property: NOTIFY_QUEUE_URLS
|
|
||||||
|
|||||||
@@ -14,5 +14,5 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: BUCKET
|
- secretKey: BUCKET
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /digital-ocean/home-infra/vault-backup
|
key: /digital-ocean/home-infra/vault-backups
|
||||||
property: BUCKET_PATH
|
property: BUCKET_PATH
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ spec:
|
|||||||
property: token
|
property: token
|
||||||
- secretKey: NTFY_ENDPOINT
|
- secretKey: NTFY_ENDPOINT
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /cl01tl/ntfy/users/cl01tl
|
key: /cl01tl/ntfy/config
|
||||||
property: endpoint
|
property: internal-endpoint
|
||||||
- secretKey: NTFY_TOPIC
|
- secretKey: NTFY_TOPIC
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /cl01tl/ntfy/topics
|
key: /cl01tl/ntfy/topics
|
||||||
|
|||||||
Reference in New Issue
Block a user