Skip to content

Commit

Permalink
Return with service sufix in the service name.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardofroes committed Jan 13, 2022
1 parent 7b20ac7 commit db2ab8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/codelet-application-helm/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.0.10
version: 0.0.11

# 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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}
name: {{ .Release.Name }}-service
spec:
type: {{ .Values.service.type }}
selector:
app: {{ .Release.Name }}
app: {{ .Release.Name }}-service
ports:
{{- range $key, $val := .Values.service.targetPorts }}
- name: {{ $key }}
Expand Down

0 comments on commit db2ab8a

Please sign in to comment.