Add ui/nginx support in K8S manifest for ChatQnA/CodeGen/CodeTrans/Docsum (#773)
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
This commit is contained in:
@@ -28,7 +28,7 @@ function init_codetrans() {
|
||||
|
||||
function install_codetrans {
|
||||
echo "namespace is $NAMESPACE"
|
||||
kubectl apply -f . -n $NAMESPACE
|
||||
kubectl apply -f codetrans.yaml -n $NAMESPACE
|
||||
}
|
||||
|
||||
function validate_codetrans() {
|
||||
|
||||
@@ -28,7 +28,7 @@ function init_codetrans() {
|
||||
|
||||
function install_codetrans {
|
||||
echo "namespace is $NAMESPACE"
|
||||
kubectl apply -f . -n $NAMESPACE
|
||||
kubectl apply -f codetrans.yaml -n $NAMESPACE
|
||||
}
|
||||
|
||||
function validate_codetrans() {
|
||||
|
||||
Reference in New Issue
Block a user