Skip to content

Commit

Permalink
Set georchestra gateway by default (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c authored Jun 13, 2024
1 parent a85a4a2 commit e933d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ georchestra:
service:
annotations: {}
proxy:
enabled: true
enabled: false
replicaCount: "1"
docker_image: georchestra/security-proxy:latest
jetty_monitoring: false
Expand All @@ -188,7 +188,7 @@ georchestra:
service:
annotations: {}
gateway:
enabled: false
enabled: true
replicaCount: "1"
docker_image: georchestra/gateway:latest
environment:
Expand Down

0 comments on commit e933d65

Please sign in to comment.