Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1331 from ZupIT/hotfix/enabling-gate-configurations
Browse files Browse the repository at this point in the history
Enabling gate configurations at values.yaml.
  • Loading branch information
barbararochazup committed Jun 23, 2021
2 parents 23e84a5 + 773b606 commit 365a461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ CharlesApplications:
subscriptionRegisterLimit: 5

gate:
enabled: false
enabled: true
name: charlescd-gate
sidecarIstio:
enabled: true
Expand Down Expand Up @@ -512,7 +512,7 @@ envoy:
hermes:
enabled: true
gate:
enabled: false
enabled: true
cors:
enabled: true
hosts: []
Expand Down Expand Up @@ -579,4 +579,4 @@ rabbitmq:
##
total_memory_available_override_value = {{ include "rabbitmq.toBytes" .Values.resources.limits.memory }}
vm_memory_high_watermark.{{ .Values.memoryHighWatermark.type }} = {{ .Values.memoryHighWatermark.value }}
{{- end }}
{{- end }}

0 comments on commit 365a461

Please sign in to comment.