mirror of https://github.com/google/oss-fuzz.git
16 lines
240 B
YAML
16 lines
240 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: jenkins-master
|
||
|
labels:
|
||
|
app: jenkins-master
|
||
|
spec:
|
||
|
type: NodePort
|
||
|
selector:
|
||
|
app: jenkins-master
|
||
|
ports:
|
||
|
- port: 50000
|
||
|
targetPort: 50000
|
||
|
nodePort: 31001
|
||
|
protocol: TCP
|