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