Skip to content

Commit

Permalink
stateless-0.1.29: add hostAliases
Browse files Browse the repository at this point in the history
  • Loading branch information
niku64 committed Sep 20, 2022
1 parent 23b47dd commit 29b5bef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/stateless/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for stateless RBK.money services
name: stateless
version: 0.1.28
version: 0.1.29
4 changes: 4 additions & 0 deletions charts/stateless/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,7 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.hostAliases }}
hostAliases:
{{- toYaml . | nindent 8 }}
{{- end }}
2 changes: 2 additions & 0 deletions charts/stateless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ resources: {}
# cpu: 100m
# memory: 128Mi

hostAliases: []

nodeSelector: {}

tolerations: []
Expand Down

0 comments on commit 29b5bef

Please sign in to comment.