-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Local Tilt Gateway and hydrophone updates (#207)
* Fix for gateway-proxy http port in local Tilt stack * Remove legacy local mongo charts * Add Glooconfig.yaml * Update Kindconfig to expose http port 31500 * Remove tilt gateway provisioning * Various gateway tweaks/fixes * Allow updating targetPort of internal gateway service * Add Glooconfig for gateway deployment * Add env var to use mock ses notifier in hydrophone * Update default Tiltconfig * Add glooctl installation instructions * Bump chart version
- Loading branch information
1 parent
e1b7957
commit c4b9313
Showing
21 changed files
with
72 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
gatewayProxies: | ||
gatewayProxy: | ||
service: | ||
type: NodePort | ||
httpPort: 80 | ||
httpsPort: 443 | ||
httpNodePort: 31500 | ||
httpsNodePort: 32500 | ||
|
||
settings: | ||
create: true | ||
writeNamespace: default | ||
watchNamespaces: | ||
- default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
description: A Helm chart for Tidepool | ||
name: tidepool | ||
version: 0.13.15 | ||
version: 0.13.16 | ||
maintainers: | ||
- name: Todd Kazakov | ||
email: [email protected] | ||
|
Oops, something went wrong.