Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Defining default path spec in ingress if hosts.*.paths is null" #247

Merged
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

All notable changes to this project will be documented here.

### v2.2.1
- Fix: Reverts [PR-243](https://github.com/stakater/application/pull/243), This can already be configured via `paths` [PR-247](https://github.com/stakater/application/pull/247)
aslafy-z marked this conversation as resolved.
Show resolved Hide resolved

### v2.2.0
- Feature: Add topologySpreadConstraints [PR-239](https://github.com/stakater/application/pull/239)

Expand Down
2 changes: 1 addition & 1 deletion application/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
service:
name: {{ $applicationNameTpl }}
port:
name: {{ default "http" (.servicePort) }}
name: "http"
{{- end }}
{{- end -}}
{{- if .Values.ingress.tls }}
Expand Down