Skip to content

Commit

Permalink
bump website chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Andraz Vrhovec committed Dec 6, 2020
1 parent c700e33 commit e4827e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/website/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.9.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 3 additions & 1 deletion charts/website/templates/ingressroute.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.ingressroute.enabled -}}
{{- $fullName := include "website.fullname" . -}}
---
apiVersion: traefik.containo.us/v1alpha1
Expand All @@ -16,4 +17,5 @@ spec:
- name: {{ $fullName }}
port: 80
tls:
certResolver: {{ .Values.ingressroute.certResolver }}
certResolver: {{ .Values.ingressroute.certResolver }}
{{- end }}
1 change: 1 addition & 0 deletions charts/website/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ service:
port: 80

ingressroute:
enabled: false
rule: Host(`www.sledilnik.org`)
certResolver: letsencrypt

Expand Down

0 comments on commit e4827e5

Please sign in to comment.