Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
mountPath: /etc/config.yml
subPath: config.yml
ports:
- name: exporter
- name: {{- .Values.portName }}
containerPort: 8080
protocol: TCP
{{- with .Values.livenessProbe }}
Expand Down
2 changes: 2 additions & 0 deletions charts/gitlab-ci-pipelines-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ podLabels: {}
# podAnnotations -- additional annotations for the pods
podAnnotations: {}

portName: "exporter"

service:
# type -- service type
type: ClusterIP
Expand Down