Update bootstrap-platform/jenkins/templates/service.yaml

This commit is contained in:
Dhakshan 2026-06-19 14:08:36 +00:00
parent a323049846
commit 178e46f7c0
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ spec:
selector: selector:
app: jenkins app: jenkins
ports: ports:
- name: http - port: {{ .Values.service.port }}
port: 8080
targetPort: 8080 targetPort: 8080
type: ClusterIP type: ClusterIP