Update deploy-jenkins.md

This commit is contained in:
Paweł Prażak 2019-10-25 11:51:21 +02:00 committed by GitHub
parent 870bc351e3
commit 44084f2eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ description: >
Deploy production ready Jenkins Operator manifest Deploy production ready Jenkins Operator manifest
--- ---
Once jenkins-operator is up and running let's deploy actual Jenkins instance. Once Jenkins Operator is up and running let's deploy actual Jenkins instance.
Create manifest ie. **jenkins_instance.yaml** with following data and save it on drive. Create manifest e.g. **jenkins_instance.yaml** with following data and save it on drive.
```bash ```bash
apiVersion: jenkins.io/v1alpha2 apiVersion: jenkins.io/v1alpha2
@ -86,4 +86,4 @@ Connect to the Jenkins instance (actual Kubernetes cluster):
kubectl port-forward jenkins-<cr_name> 8080:8080 kubectl port-forward jenkins-<cr_name> 8080:8080
``` ```
Then open browser with address `http://localhost:8080`. Then open browser with address `http://localhost:8080`.
![jenkins](/img/jenkins.png) ![jenkins](/img/jenkins.png)