Skip to content

Commit 03589ad

Browse files
committed
feat(langfuse): removed secrets from deployment.yaml
1 parent 65cd32c commit 03589ad

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

kubernetes/deployment.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ spec:
6161
secretKeyRef:
6262
name: potpie-secrets
6363
key: REDIS_PASSWORD
64+
- name: LANGFUSE_SECRET_KEY
65+
valueFrom:
66+
secretKeyRef:
67+
name: potpie-secrets
68+
key: LANGFUSE_SECRET_KEY
69+
- name: LANGFUSE_PUBLIC_KEY
70+
valueFrom:
71+
secretKeyRef:
72+
name: potpie-secrets
73+
key: LANGFUSE_PUBLIC_KEY
6474
envFrom:
6575
- configMapRef:
6676
name: potpie-config

0 commit comments

Comments
 (0)