No Description

mereith a457cc35b4 fix 10 months ago
chart a457cc35b4 fix 10 months ago
README.md a457cc35b4 fix 10 months ago
demo.yaml a457cc35b4 fix 10 months ago

README.md

Native charts

一些常用的helm chart,用于快速部署服务到Kubernetes集群。

部署 native 集群服务

helm install test-ng -n app ./chart --set service.name=test-ng --set service.image=nginx:latest --set service.port=80 --set ingress.enabled=true --set ingress.host=test-ng.ai-native.glm.ai