Update custom-values.yaml

This commit is contained in:
wbsong111
2025-03-06 09:13:33 +09:00
parent bac4962f1a
commit 59f4a97cab
+27 -15
View File
@@ -2,42 +2,32 @@
langfuse: langfuse:
logging: logging:
level: info level: info
salt: salt:
value: "Hshs64NHaE0Sw4kfLa/uEcGjyqVQS7U+NdeoF6/6xyM=" # openssl rand -base64 32 value: "Hshs64NHaE0Sw4kfLa/uEcGjyqVQS7U+NdeoF6/6xyM=" # openssl rand -base64 32
encryptionKey: encryptionKey:
value: "7bcbf030457b00cca6300809233adda0abbee55bc71802519a9720ab2f2c6629" # openssl rand -hex 32 value: "7bcbf030457b00cca6300809233adda0abbee55bc71802519a9720ab2f2c6629" # openssl rand -hex 32
ingress: ingress:
enabled: true enabled: true
className: "kong"
annotations: annotations:
cert-manager.io/cluster-issuer: "selfsigned-issuer" cert-manager.io/cluster-issuer: "selfsigned-issuer"
className: "kong"
hosts: hosts:
- host: "langfuse.example.org" - host: "langfuse.example.org"
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
enabled: false enabled: true
secretName: "langfuse-tls" secretName: "langfuse-tls"
web: web:
image: image:
repository: langfuse/langfuse repository: langfuse/langfuse
resources: {} resources: {}
replicas: 1 replicas: 1
# Worker deployment configuration
worker: worker:
image: image:
repository: langfuse/langfuse-worker repository: langfuse/langfuse-worker
resources: {} resources: {}
replicas: 1 replicas: 1
@@ -50,6 +40,31 @@ langfuse:
# secretKeyRef: # secretKeyRef:
# name: "" # name: ""
# key: "" # key: ""
additionalEnv:
# email/password 로그인 비활성화
- name: AUTH_DISABLE_USERNAME_PASSWORD
value: "true"
# keycloak 연동
- name: AUTH_KEYCLOAK_CLIENT_ID
value: "langfuse"
- name: "AUTH_KEYCLOAK_CLIENT_SECRET"
value: "J5xyEzbDcc7VQ89S7yBXRbaM8TYryILI"
- name: "AUTH_KEYCLOAK_ISSUER"
value: "https://keycloak.example.org/auth/realms/paasup"
# keycloak 인증서 등록
# - name: "NODE_EXTRA_CA_CERTS"
# value: /etc/ssl/certs/ca.crt
# extraVolumes:
# - name: keycloak-tls
# secret:
# secretName: keycloak-tls
# extraVolumeMounts:
# - name: keycloak-tls
# mountPath: /etc/ssl/certs/ca.crt
# subPath: ca.crt
# PostgreSQL Configuration # PostgreSQL Configuration
postgresql: postgresql:
@@ -65,7 +80,6 @@ postgresql:
redis: redis:
auth: auth:
password: "password" password: "password"
primary: primary:
persistence: persistence:
enabled: true enabled: true
@@ -90,9 +104,7 @@ s3:
bucket: "langfuse" bucket: "langfuse"
region: "auto" region: "auto"
endpoint: "http://minio-api.example.org" endpoint: "http://minio-api.example.org"
accessKeyId: accessKeyId:
value: "CHaRLr736nSqaNEu4oGz" value: "CHaRLr736nSqaNEu4oGz"
secretAccessKey: secretAccessKey:
value: "HoZQwXDjZW6ytvTo5DHEfHmuiXykv7xoB9sr8VZo" value: "HoZQwXDjZW6ytvTo5DHEfHmuiXykv7xoB9sr8VZo"