Skip to content

Commit

Permalink
Disable ingress by default to pass testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCane committed Jan 18, 2023
1 parent 7439ae4 commit 27e784d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mokta/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mokta
description: Standalone implementation of Mokta 3 for use with review apps - https://github.com/citizensadvice/mokta
type: application
version: 0.3.3
version: 0.3.4
appVersion: 3.0.0.pre1
home: https://github.com/citizensadvice/helm-charts
maintainers:
Expand Down
4 changes: 3 additions & 1 deletion charts/mokta/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ env:
annotations:

ingress:
enabled: true
enabled: false
# DISABLED BY DEFAULT, WILL FAIL TESTINGING IF ENABLED
# ENABLE THIS WHEN DEPLOYING USING --set ingress.enabled=true
hostname: mokta.devops.citizensadvice.org.uk
annotations:
kubernetes.io/ingress.class: alb
Expand Down

0 comments on commit 27e784d

Please sign in to comment.