-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: development experience updates/fixes #197
base: fix/subtask-time-display
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @NeilHanlon and the rest of your teammates on Graphite |
@@ -109,7 +109,7 @@ local manifestYamlStream = function (value, indent_array_in_object=false, c_docu | |||
image: image, | |||
tag: tag, | |||
}; | |||
local istio_mode = if helm_mode then false else if utils.local_image then false else true; | |||
local istio_mode = true; #if helm_mode then false else if utils.local_image then false else true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove before merge?
@@ -91,7 +91,7 @@ export default async function (opts) { | |||
opts.issuerBaseURL.endsWith('.localhost/')) && | |||
process.env['RESF_ENV'] | |||
) { | |||
const kong = 'kong-proxy.kong.svc.cluster.local'; | |||
const kong = 'istio-ingressgateway.istio-system.svc.cluster.local'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kong -> ingress
9a98b09
to
f269935
Compare
f269935
to
8aeedf3
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: NeilHanlon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
TL;DR
Upgrade Temporal dependencies, improve Kubernetes pod configurations, and fix various bugs
What changed?