Skip to content

Commit

Permalink
Push helm update mef-sog-uc1-wl
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammucari committed Jul 18, 2024
1 parent 41c22a6 commit 8fc653e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/uc1-workload/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0.0"
description: A Helm chart for UC1 Workload
name: mef-sog-uc1-wl
version: 1.0.2
version: 1.0.3
4 changes: 3 additions & 1 deletion charts/uc1-workload/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ spec:
cpu: '1'
imagePullPolicy: IfNotPresent
ports:
- containerPort: {{ .Values.scheduledClient.service.port }}
- name: http
containerPort: {{ .Values.scheduledClient.service.port }}
protocol: TCP
env:
- name: SPRING_KAFKA_ENABLED
value: 'true'
Expand Down
1 change: 1 addition & 0 deletions charts/uc1-workload/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
- port: {{ .Values.scheduledClient.service.port }}
targetPort: {{ .Values.scheduledClient.service.targetPort }}
protocol: TCP
name: http
{{ if (and (eq .Values.scheduledClient.service.type "NodePort") (not (empty .Values.scheduledClient.service.nodePort))) }}
nodePort: {{.Values.scheduledClient.service.nodePort }}
{{ end }}

0 comments on commit 8fc653e

Please sign in to comment.