add kasm db
This commit is contained in:
parent
ccf97d70e0
commit
62caad2dd0
2 changed files with 35 additions and 0 deletions
|
@ -85,6 +85,11 @@ spec:
|
||||||
- grafana
|
- grafana
|
||||||
password:
|
password:
|
||||||
type: AlphaNumeric
|
type: AlphaNumeric
|
||||||
|
- name: kasm
|
||||||
|
databases:
|
||||||
|
- kasm
|
||||||
|
password:
|
||||||
|
type: AlphaNumeric
|
||||||
- name: prowlarr
|
- name: prowlarr
|
||||||
databases:
|
databases:
|
||||||
- prowlarr_logs
|
- prowlarr_logs
|
||||||
|
|
|
@ -248,3 +248,33 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
remoteKey: autobrr
|
remoteKey: autobrr
|
||||||
property: AUTOBRR_POSTGRES_PASSWORD
|
property: AUTOBRR_POSTGRES_PASSWORD
|
||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://ks.hsn.dev/external-secrets.io/pushsecret_v1alpha1.json
|
||||||
|
apiVersion: external-secrets.io/v1alpha1
|
||||||
|
kind: PushSecret
|
||||||
|
metadata:
|
||||||
|
name: kasm
|
||||||
|
spec:
|
||||||
|
refreshInterval: 1h
|
||||||
|
secretStoreRefs:
|
||||||
|
- name: onepassword-connect
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
selector:
|
||||||
|
secret:
|
||||||
|
name: postgres-pguser-kasm
|
||||||
|
data:
|
||||||
|
- match:
|
||||||
|
secretKey: host
|
||||||
|
remoteRef:
|
||||||
|
remoteKey: kasm
|
||||||
|
property: KASM_POSTGRES_HOST
|
||||||
|
- match:
|
||||||
|
secretKey: user
|
||||||
|
remoteRef:
|
||||||
|
remoteKey: kasm
|
||||||
|
property: KASM_POSTGRES_USER
|
||||||
|
- match:
|
||||||
|
secretKey: password
|
||||||
|
remoteRef:
|
||||||
|
remoteKey: kasm
|
||||||
|
property: KASM_POSTGRES_PASSWORD
|
||||||
|
|
Loading…
Reference in a new issue