Changed Ingress configuration

This commit is contained in:
Marcin-Ramotowski 2025-06-05 20:11:49 +00:00
parent d696e24b3c
commit de0fa122fc
2 changed files with 4 additions and 4 deletions

View File

@ -17,4 +17,4 @@ spec:
service:
name: service-jenkins
port:
number: 32000
number: 8080

View File

@ -10,8 +10,8 @@ metadata:
spec:
selector:
app: server-jenkins
type: NodePort
type: ClusterIP
ports:
- port: 8080
- name: http
port: 8080
targetPort: 8080
nodePort: 32000