user-service api 초안 개발

This commit is contained in:
wonho
2025-10-24 15:19:04 +09:00
parent 50cf1dbcf1
commit 34df9c3b8f
28 changed files with 1953 additions and 15 deletions
@@ -18,7 +18,7 @@ primary:
enabled: true
storageClass: "managed-premium"
size: 10Gi
resources:
limits:
memory: "4Gi"
@@ -26,12 +26,14 @@ primary:
requests:
memory: "2Gi"
cpu: "0.5"
# 성능 최적화 설정
# 성능 최적화 설정
extraEnvVars:
- name: POSTGRESQL_READ_ONLY_MODE
value: "no"
- name: POSTGRESQL_SHARED_BUFFERS
value: "1GB"
- name: POSTGRESQL_EFFECTIVE_CACHE_SIZE
- name: POSTGRESQL_EFFECTIVE_CACHE_SIZE
value: "3GB"
- name: POSTGRESQL_MAX_CONNECTIONS
value: "200"