Ingress host trong helm/vprofile/values.yaml:
ingress:
enabled: true
host: vprofile.<domain-cua-ban>
servicePort: 8080
Certificate ARN trong helm/vprofile/templates/ingress.yaml:
alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:<region>:<account-id>:certificate/<id>
(Tuỳ chọn) Đổi mật khẩu base64 trong secrets: echo -n 'pass' | base64.
Kiểm tra nhanh:
helm lint helm/vprofile
helm template vprofile helm/vprofile
Commit và push các thay đổi của vprofile-helm sau khi chỉnh.