Update deploy-jenkins.md
This commit is contained in:
parent
870bc351e3
commit
44084f2eec
|
|
@ -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`.
|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Reference in New Issue