mirror of
https://github.com/thejimnicholson/jenkins.git
synced 2025-12-06 11:40:43 +00:00
Compare commits
3 Commits
08466ffe21
...
e889ff5e79
| Author | SHA1 | Date | |
|---|---|---|---|
| e889ff5e79 | |||
| 7c588aa157 | |||
| 1687b059f2 |
@ -2,7 +2,7 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: jenkins-ingress
|
name: jenkins
|
||||||
namespace: jenkins
|
namespace: jenkins
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "traefik"
|
kubernetes.io/ingress.class: "traefik"
|
||||||
|
|||||||
@ -12,6 +12,8 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: jenkins
|
app: jenkins
|
||||||
|
name: jenkins
|
||||||
|
app.kubernetes.io/name: jenkins
|
||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user