feat(langfuse): install Langfuse
This commit is contained in:
26
langfuse/postgres-auth-external-secret.gomplate.yaml
Normal file
26
langfuse/postgres-auth-external-secret.gomplate.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: postgres-auth-external-secret
|
||||
namespace: {{ .Env.LANGFUSE_NAMESPACE }}
|
||||
spec:
|
||||
refreshInterval: 1h
|
||||
secretStoreRef:
|
||||
name: vault-secret-store
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: postgres-auth
|
||||
creationPolicy: Owner
|
||||
data:
|
||||
- secretKey: username
|
||||
remoteRef:
|
||||
key: langfuse/postgres
|
||||
property: username
|
||||
- secretKey: password
|
||||
remoteRef:
|
||||
key: langfuse/postgres
|
||||
property: password
|
||||
- secretKey: url
|
||||
remoteRef:
|
||||
key: langfuse/postgres
|
||||
property: url
|
||||
Reference in New Issue
Block a user