You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## In Development
4
4
* Change ingress name from `<release name>-ingress` to <releasename>-st2web-ingress, useful when using `stackstorm-ha` as a requirement for another chart. (#112) (by @erenatas)
5
5
* Fix st2web ingress which should have been defined as an Integer instead of a String (#111) (by @erenatas)
6
+
* Add an option to inject hostAliases in the st2actionrunner containers (#114)
6
7
7
8
## v0.24.0
8
9
* Fix st2web ingress to use `/` path by default instead of `/*`, useful for nginx ingress controller (#103) (by @erenatas)
Copy file name to clipboardExpand all lines: values.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -324,6 +324,16 @@ st2actionrunner:
324
324
nodeSelector: {}
325
325
tolerations: []
326
326
affinity: {}
327
+
# Allow the injection of hostAliases (https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/#adding-additional-entries-with-hostaliases)
328
+
# records in the st2actionrunner containers to handle edge case in DNS accessibility/topology
0 commit comments