Skip to content

Commit

Permalink
Update values.service.ports to values.service.port
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedwaleedmalik committed Dec 1, 2020
1 parent 5fd275a commit 27815ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions deployments/kubernetes/chart/reloader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ reloader:
pod:
annotations: {}

service: {}
service:
{}
# labels: {}
# annotations: {}
# ports:
# port:
# - port: 9090
# name: http
# protocol: TCP
Expand All @@ -97,7 +98,7 @@ reloader:
labels: {}
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
name:
name:
# Optional flags to pass to the Reloader entrypoint
# Example:
# custom_annotations:
Expand Down
2 changes: 1 addition & 1 deletion deployments/kubernetes/templates/chart/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ reloader:
service: {}
# labels: {}
# annotations: {}
# ports:
# port:
# - port: 9090
# name: http
# protocol: TCP
Expand Down

0 comments on commit 27815ea

Please sign in to comment.