Skip to content

Commit

Permalink
chore(data-service-generator): revert change regarding eventsource
Browse files Browse the repository at this point in the history
  • Loading branch information
levivannoort committed Aug 27, 2023
1 parent 5c8ad65 commit 2339f4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data-service-generator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: data-service-generator
description: A Helm chart for the data-service-generator component of Amplication

type: application
version: 2.0.1
version: 2.0.2
appVersion: "0.0.0"

sources:
Expand Down
7 changes: 3 additions & 4 deletions data-service-generator/templates/eventsource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ spec:
targetPort: {{ .service.port }}
webhook:
dsg:
port: {{ .webhook.port }}
endpoint: {{ .webhook.endpoint }}
method: {{ .webhook.method }}
url: {{ .webhook.url }}
port: "{{ .service.port }}"
endpoint: "{{ .webhook.endpoint }}"
method: "{{ .webhook.method }}"
{{- end }}
{{- end }}
2 changes: 0 additions & 2 deletions data-service-generator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ events:
webhook:
endpoint: /example
method: POST
port: '12000'
url: ''
eventBus:
enabled: true
name: default
Expand Down

0 comments on commit 2339f4b

Please sign in to comment.