Skip to content

Commit

Permalink
Merge pull request #112 from erenatas/enh/ingress-name
Browse files Browse the repository at this point in the history
Update ingress.yaml
  • Loading branch information
armab authored Feb 16, 2020
2 parents bfbd033 + 81fb73e commit db55716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## In Development
* Change ingress name from `<release name>-ingress` to <release name>-st2web-ingress, useful when using `stackstorm-ha` as a requirement for another chart. (#112) (by @erenatas)
* Fix st2web ingress which should have been defined as an Integer instead of a String (#111) (by @erenatas)

## v0.24.0
Expand Down
2 changes: 1 addition & 1 deletion templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: {{ .Release.Name }}-ingress{{ template "enterpriseSuffix" . }}
name: {{ .Release.Name }}-st2web{{ template "enterpriseSuffix" . }}-ingress
labels:
app: ingress
tier: frontend
Expand Down

0 comments on commit db55716

Please sign in to comment.