Skip to content

Commit

Permalink
Common-res chart: Updated service specs to include missing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
satishweb committed Apr 12, 2024
1 parent 9b2682c commit b0a0062
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/shared/common-res/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: "v2"
appVersion: "latest"
name: "common-res"
type: "application"
version: "1.0.17"
version: "1.0.18
deprecated: false
description: "Helm chart with common resources"
home: "https://github.com/luminartech/helm-charts-public"
Expand Down
12 changes: 12 additions & 0 deletions charts/shared/common-res/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,27 @@ metadata:
spec:
{{- with .type }}
type: {{ include "common-gitops.tplvalues.render" (dict "value" . "context" $root) }}
{{- end -}}
{{- with .clusterIP }}
clusterIP: {{ include "common-gitops.tplvalues.render" (dict "value" . "context" $root) }}
{{- end -}}
{{- with .publishNotReadyAddresses }}
publishNotReadyAddresses: {{ include "common-gitops.tplvalues.render" (dict "value" . "context" $root) }}
{{- end -}}
{{- with .ipFamilies }}
ipFamilies: {{ include "common-gitops.tplvalues.render" (dict "value" . "context" $root) }}
{{- end -}}
{{- with .ipFamilyPolicy }}
ipFamilyPolicy: {{ include "common-gitops.tplvalues.render" (dict "value" . "context" $root) }}
{{- end -}}
{{- with .sessionAffinity }}
sessionAffinity: {{ include "common-gitops.tplvalues.render" (dict "value" . "context" $root) }}
{{- end -}}
{{- with .externalTrafficPolicy }}
externalTrafficPolicy: {{ include "common-gitops.tplvalues.render" (dict "value" . "context" $root) }}
{{- end -}}
{{- with .internalTrafficPolicy }}
internalTrafficPolicy: {{ include "common-gitops.tplvalues.render" (dict "value" . "context" $root) }}
{{- end -}}
{{- with .ports }}
ports:
Expand Down

0 comments on commit b0a0062

Please sign in to comment.