Skip to content

Commit

Permalink
#83. No need a yaml file. There is direct kubectl command. Added the …
Browse files Browse the repository at this point in the history
…command in steps_jenkinspipeline_istio.txt. Will add into pipeline later
  • Loading branch information
asimazmi committed Apr 24, 2020
1 parent c96e1e1 commit 40f01ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {
}
}

/*

stage('Install dependencies for Node') {
steps {
dir('Usermanagement_API_Gateway/Backend/') {
Expand Down Expand Up @@ -111,7 +111,7 @@ pipeline {
sudo docker-compose push
'''
}
}*/
}

stage('RabbitMQ Service -- on Kubernetes servicemesh_asim') {
steps {
Expand Down
4 changes: 4 additions & 0 deletions istiofiles/steps_jenkinspipeline_istio.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1) kubectl apply -f istio-init.yaml
2) kubectl apply -f istio-demo-config.yaml
3) kubectly apply -f kiali-secret.yaml
4) kubectl label namespace default istio-injection=enabled

0 comments on commit 40f01ba

Please sign in to comment.