Delete bootstrap-platform/jenkins/deployment.yaml
This commit is contained in:
parent
178e46f7c0
commit
7390f5da83
|
|
@ -1,28 +0,0 @@
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: jenkins
|
|
||||||
labels:
|
|
||||||
app: jenkins
|
|
||||||
spec:
|
|
||||||
replicas: 1
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app: jenkins
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: jenkins
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: jenkins
|
|
||||||
image: jenkins/jenkins:lts
|
|
||||||
ports:
|
|
||||||
- containerPort: 8080
|
|
||||||
- containerPort: 50000
|
|
||||||
volumeMounts:
|
|
||||||
- name: jenkins-home
|
|
||||||
mountPath: /var/jenkins_home
|
|
||||||
volumes:
|
|
||||||
- name: jenkins-home
|
|
||||||
emptyDir: {}
|
|
||||||
Loading…
Reference in New Issue