Skip to content

Commit

Permalink
Merge pull request #4 from cinaq/nginx-ingress-api-version
Browse files Browse the repository at this point in the history
Default set cluster-issuer to be letsencrypt
  • Loading branch information
xiwenc authored Mar 5, 2022
2 parents c6b82bb + 62edd14 commit b28ca61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/app-mendix/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: app-mendix
version: 1.0.3
version: 1.0.4
description: Mendix Application Chart
icon: https://cinaq.github.io/helm-charts/icons/mendix-logo.png
maintainers:
Expand Down
1 change: 1 addition & 0 deletions charts/app-mendix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ ingress:
domain: paas
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt
addHosts: false
hosts:
- foo.domain.com
Expand Down

0 comments on commit b28ca61

Please sign in to comment.