feat: Thêm cấu hình và script triển khai Kubernetes cục bộ cho dịch vụ IAM.

This commit is contained in:
Ho Ngoc Hai
2026-01-04 12:37:59 +07:00
parent 202b99873a
commit 300b79ead8
6 changed files with 493 additions and 1 deletions

View File

@@ -253,7 +253,7 @@ todos:
status: completed
- id: staging-k8s-1
content: "Create Staging Namespace: kubectl create namespace staging"
status: pending
status: blocked
- id: staging-k8s-2
content: "Create Staging Secrets: kubectl create secret generic iam-service-secrets --from-literal=database-url='...' --from-literal=jwt-secret='...' --from-literal=jwt-refresh-secret='...' -n staging"
status: pending