Skip to content

Commit

Permalink
Remove setting of PORT on pfdcm with kservice
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jan 13, 2025
1 parent 6160212 commit 739af19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion charts/chris/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords:
icon: ./logo_chris.png

type: application
version: "1.0.0-alpha.3"
version: "1.0.0-alpha.4"
appVersion: "6.3.0-beta.7"

maintainers:
Expand Down
4 changes: 0 additions & 4 deletions charts/chris/templates/pfdcm/pfdcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
{{- if (not (hasKey $values "containerPort")) -}}
{{- $_ := set $values "containerPort" .Values.pfdcm.service.port -}}
{{- end -}}
{{- $extraEnv := get $values "extraEnv" -}}
{{- if (not (hasKey $extraEnv "PORT" )) -}}
{{- $_ := set $extraEnv "PORT" (get $values "containerPort") -}}
{{- end -}}

{{- $labels := get $values "labels" -}}
{{- if (empty (get $labels "app.kubernetes.io/component")) -}}
Expand Down

0 comments on commit 739af19

Please sign in to comment.