-
Notifications
You must be signed in to change notification settings - Fork 140
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
add aeraki health check #352
Conversation
d3a4469
to
298b6ad
Compare
pkg/bootstrap/options.go
Outdated
@@ -28,7 +28,9 @@ type AerakiArgs struct { | |||
PodName string | |||
IstioConfigMapName string | |||
// The listening address for HTTPS (webhooks). | |||
HTTPSAddr string | |||
HTTPSAddr string |
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.
nit: format
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.
updated
@@ -71,20 +85,6 @@ spec: | |||
- name: istiod-ca-cert | |||
mountPath: /var/run/secrets/istio | |||
readOnly: true | |||
resources: | |||
{{- toYaml .Values.resources | nindent 12 }} |
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.
Why remove this line?
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.
Because I see that it not being used.
Signed-off-by: chentanjun <[email protected]>
initialDelaySeconds: 1 | ||
periodSeconds: 3 | ||
timeoutSeconds: 5 | ||
resources: |
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.
Still keep the resource field now.
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.
Thanks!
What this PR does / Why we need it:
fixed #348
Pre-Submission Checklist: