This commit is contained in:
dongli 2025-01-19 18:17:46 -08:00
parent 5c8eb64d02
commit 115da7ae19

View File

@ -1,4 +1,5 @@
- K8s namespace should be the same as the code repository name(project name), e.g. **freeleaps-service-hub**
- All apps within the repository should be deployed under the same namespace
- For each app, the K8s pod name must be the same as appEnv.APP_NAME
- When loading deployment yaml file under k8s folder (alpha.yaml, prod.yaml):
- Replace the secret values that are in format of {SECRET_NAME}, e.g. **{STRIPE_API_KEY}**