Charts for iii-devops
目前由於Serect 修改很大 因此下面專案可能無法通過
- 此chart非標準chart形式,因此無論用任何選項(用ClusterIP、Ingress、LoadBalance)都會有一個多出來的NodePort
- 專案預設採用NodePort,方便使用者可從外部進行透過PORT連線,但已支援網域名稱連線機制
- 於部屬的APP預設RELEASE名稱為專案與分支名稱
helm3 lint ./charts/web-db/0.1.0 -f ./test.yaml
- 前端與資料庫:
helm install --dry-run --debug ./charts/web-db/0.1.0 -f ./test/test.yaml --generate-name
- 前端整合:
helm install --dry-run --debug ./charts/web/0.1.0 -f ./test/testweb.yaml --generate-name
- 資料庫:
helm install --dry-run --debug ./charts/db/0.1.0 -f ./test/testdb.yaml --generate-name
flask-restful-app-template
:helm install --dry-run --debug flask-restful-app-template-master ./charts/web/0.2.0 -f ./test/testweb-flask-restful-app-template.yaml