Skip to content

Commit

Permalink
HUNTING: updated service template
Browse files Browse the repository at this point in the history
  • Loading branch information
ganga2166 committed Nov 21, 2024
1 parent fa5e3d4 commit 5c6d9fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hunting/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.12
version: 0.4.13

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 3 additions & 0 deletions charts/hunting/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
name: {{ include "hunting.fullname" . }}
labels:
{{- include "hunting.labels" . | nindent 4 }}
{{- if .Values.service.additionalLabels }}
{{- toYaml .Values.service.additionalLabels | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
sessionAffinity: None
Expand Down
1 change: 1 addition & 0 deletions charts/hunting/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ securityContext: {}
service:
type: ClusterIP
port: 8000
additionalLabels: {}

ingress:
enabled: false
Expand Down

0 comments on commit 5c6d9fd

Please sign in to comment.