k8s资源配置使用声明#上云需要手动初始化数据库,不支持在线初始化操作 (/deployment/server/gva-server-configmap.yaml)操作## 使用默认namespacekubectl apply -f server/ -f web/# 指定namespacekubectl apply -f server/ -f web/ -n namespaceCopy