mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-13 14:37:15 +08:00
Add annotations to githubWebhookServer Service in Helm Chart (#665)
Improves #664 by adding annotations to the server's service. Beyond general applications, we use these annotations within my own projects to configure various LB values.
This commit is contained in:
@@ -146,6 +146,7 @@ githubWebhookServer:
|
||||
priorityClassName: ""
|
||||
service:
|
||||
type: ClusterIP
|
||||
annotations: {}
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: http
|
||||
|
||||
Reference in New Issue
Block a user