Skip to content

Commit

Permalink
configuring containerPort from Values in datahub-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
dheerajrampally committed Oct 20, 2023
1 parent 853a083 commit 07f43bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
{{- toYaml .Values.lifecycle | nindent 12 }}
ports:
- name: http
containerPort: 9002
containerPort: {{ .Values.service.containerPort }}
protocol: TCP
{{- if or .Values.global.datahub.monitoring.enablePrometheus .Values.global.datahub.monitoring.enableJMXPort }}
- name: jmx
Expand Down
1 change: 1 addition & 0 deletions charts/datahub/subcharts/datahub-frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ service:
type: LoadBalancer # ClusterIP or NodePort
port: 9002
targetPort: http
containerPort: 9002
protocol: TCP
name: http
# Annotations to add to the service, this will help in adding
Expand Down

0 comments on commit 07f43bc

Please sign in to comment.