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