Moved furumi to music
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 7s

This commit is contained in:
2026-06-01 13:25:20 +03:00
parent 5e8649b6fd
commit cd5bf09395
15 changed files with 25 additions and 468 deletions
+55
View File
@@ -0,0 +1,55 @@
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: furumi-ng-creds
spec:
target:
name: furumi-creds
deletionPolicy: Delete
template:
type: Opaque
data:
#OIDC_CLIENT_ID: |-
# {{ .client_id }}
#OIDC_CLIENT_SECRET: |-
# {{ .client_secret }}
#OIDC_ISSUER_URL: https://idm.hexor.cy/application/o/furumi/
#OIDC_REDIRECT_URL: https://music.hexor.cy/auth/callback
#OIDC_SESSION_SECRET: |-
# {{ .session_secret }}
PG_STRING: |-
postgresql://furumi:{{ .pg_pass }}@psql.psql.svc/furumi
data:
# - secretKey: client_id
# sourceRef:
# storeRef:
# name: vaultwarden-login
# kind: ClusterSecretStore
# remoteRef:
# key: 960735e6-2cc9-4b68-9bd3-e6786e5a0cd6
# property: fields[0].value
# - secretKey: client_secret
# sourceRef:
# storeRef:
# name: vaultwarden-login
# kind: ClusterSecretStore
# remoteRef:
# key: 960735e6-2cc9-4b68-9bd3-e6786e5a0cd6
# property: fields[1].value
# - secretKey: session_secret
# sourceRef:
# storeRef:
# name: vaultwarden-login
# kind: ClusterSecretStore
# remoteRef:
# key: 960735e6-2cc9-4b68-9bd3-e6786e5a0cd6
# property: fields[2].value
- secretKey: pg_pass
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
key: 2a9deb39-ef22-433e-a1be-df1555625e22
property: fields[17].value