Skip to content

Commit

Permalink
update helm
Browse files Browse the repository at this point in the history
  • Loading branch information
Inderpreet authored and Inderpreet committed Oct 29, 2022
1 parent 27ba5f8 commit 013b929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm-chart/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ spec:
targetPort: {{ .Values.service.targetPort }}
protocol: TCP
name: http
nodePort: {{ .Values.service.nodePort }}
selector:
{{- include "random-shapes.selectorLabels" . | nindent 4 }}
1 change: 1 addition & 0 deletions helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ service:
type: ClusterIP
port: 80
targetPort: 80
nodePort: 30336

color:
circle: black
Expand Down

0 comments on commit 013b929

Please sign in to comment.