Skip to content

Commit

Permalink
Code review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Julliano Goncalves <jullianow@gmail.com>
  • Loading branch information
jullianow committed Aug 1, 2022
1 parent db2d4ef commit 8c0ca89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mailhog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Parameter | Description | Default
`service.annotations` | Annotations for the service | `{}`
`service.clusterIP` | Internal cluster service IP | `""`
`service.externalIPs` | Service external IP addresses | `[]`
`service.extraPorts` | Additional ports to be added service | `[]`
`service.extraPorts` | Additional ports to the service | `[]`
`service.loadBalancerIP` | IP address to assign to load balancer (if supported) | `""`
`service.loadBalancerSourceRanges` | List of IP CIDRs allowed access to load balancer (if supported) | `[]`
`service.type` | Type of service to create | `ClusterIP`
Expand Down
2 changes: 1 addition & 1 deletion charts/mailhog/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.extraContainers }}
{{- toYaml . | nindent 6 }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
Expand Down

0 comments on commit 8c0ca89

Please sign in to comment.