Skip to content

Commit

Permalink
Merge pull request #6 from neighborhoods/swap-to-nginx-ingress
Browse files Browse the repository at this point in the history
2.14.4
  • Loading branch information
alexberryman authored Jun 27, 2024
2 parents c5f7709 + 9923c1e commit 0007a81
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions charts/neighborhoods-apps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## 2.14.4
- cert-manager.io/cluster-issuer as value
## 2.14.3
- remove leftover end
## 2.14.2
Expand Down
2 changes: 1 addition & 1 deletion charts/neighborhoods-apps/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Neighborhoods standard chart setup with Nginx fronting the HTTP deployment
name: neighborhoods-app
version: 2.14.3
version: 2.14.4
kubeVersion: ">=1.23.0-0"
home: https://github.com/neighborhoods/neighborhoods-chart
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/neighborhoods-apps/templates/http-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
app.kubernetes.io/managed-by: nhds-helm-chart
{{ include "standard-app.v1.resource-labels" . | indent 4 }}
annotations:
cert-manager.io/cluster-issuer: letsencrypt-sandbox
cert-manager.io/cluster-issuer: {{ .Values.ingress.issuer }}
ingress.kubernetes.io/force-ssl-redirect: "true"
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/backend-protocol: HTTP
Expand Down
1 change: 1 addition & 0 deletions charts/neighborhoods-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ iamRole: ""

ingress:
class: ""
issuer: "letsencrypt-sandbox"
defaultBackend:
enabled: false

Expand Down

0 comments on commit 0007a81

Please sign in to comment.