Skip to content

Commit

Permalink
Commit triggered by a change on the main branch of helm-charts-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Aug 18, 2023
1 parent bafe3bd commit ca0244f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/application-hub/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: 2.0.46
version: 2.0.47

# 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
6 changes: 4 additions & 2 deletions charts/application-hub/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ metadata:
name: {{ $fullName }}-ingress
namespace: proc
annotations:
{{- if .Values.ingress.clusterIssuer }}
cert-manager.io/cluster-issuer: {{ .Values.ingress.clusterIssuer }}
{{- end }}
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
spec:
Expand Down Expand Up @@ -58,4 +60,4 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
1 change: 1 addition & 0 deletions charts/application-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ingress:
pathSuffix:
pathType: Prefix
tls: []
clusterIssuer: "letsencrypt"

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down

0 comments on commit ca0244f

Please sign in to comment.