Skip to content

Commit

Permalink
Disable frontend ingress in values files
Browse files Browse the repository at this point in the history
Disable frontend ingress to prevent '/ is already defined in ingress' errors.
  • Loading branch information
skip-sleep-play-games committed Jun 13, 2021
1 parent a1b2f43 commit 7cc420a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lab10_helm_dependencies_begin/chart/guestbook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ backend:
enabled: false
frontend:
ingress:
enabled: true
enabled: false

ingress:
hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ backend:
enabled: false
frontend:
ingress:
enabled: true
enabled: false
database:
enabled: true
tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ backend:
enabled: false
frontend:
ingress:
enabled: true
enabled: false
database:
enabled: true
tags:
Expand Down
2 changes: 1 addition & 1 deletion lab9_helm_template_final/chart/guestbook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ backend:
enabled: false
frontend:
ingress:
enabled: true
enabled: false

ingress:
hosts:
Expand Down

0 comments on commit 7cc420a

Please sign in to comment.