Skip to content

Commit

Permalink
Switched ingress to ingress-nginx.
Browse files Browse the repository at this point in the history
  • Loading branch information
pantierra committed Dec 6, 2024
1 parent 07a5fbe commit 0f07b45
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 49 deletions.
6 changes: 6 additions & 0 deletions webapp/deploy/helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.11.3
digest: sha256:9232d2ebf7e15ef2ef0ac706c86f85f9c522dd8cd440f05c2f752c8dbd416609
generated: "2024-12-06T17:41:00.700903958+01:00"
6 changes: 6 additions & 0 deletions webapp/deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ version: 0.0.1
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.1"

dependencies:
- name: ingress-nginx
version: ~4.11.3
repository: https://kubernetes.github.io/ingress-nginx
condition: ingress.installController
43 changes: 0 additions & 43 deletions webapp/deploy/helm/templates/ingress.yaml

This file was deleted.

13 changes: 7 additions & 6 deletions webapp/deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ service:
targetPort: 9000

ingress:
enabled: true
className: "nginx"
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
enabled: false

ingress-nginx:
controller:
ingressClass: "nginx"
replicaCount: 1
fullnameOverride: "ingress-nginx"
hosts:
- host: gfts.developmentseed.org
paths:
Expand All @@ -31,7 +33,6 @@ ingress:
# hosts:
# - chart-example.local

resources: {}
livenessProbe:
httpGet:
path: /
Expand Down

0 comments on commit 0f07b45

Please sign in to comment.