Update automatically-scaling-runners.md

This commit is contained in:
Corentin Giraud 2023-10-03 10:19:01 +02:00 committed by GitHub
parent 1a8abb6d39
commit 93a18be28f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -360,15 +360,18 @@ metadata:
name: actions-runner-controller-github-webhook-server
namespace: actions-runner-system
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
# Depending on your configuration of cert-manager
# Cf https://cert-manager.io/docs/configuration/
cert-manager.io/cluster-issuer: letsencrypt-http01
spec:
ingressClassName: nginx
tls:
- hosts:
- your.domain.com
secretName: your-tls-secret-name
rules:
- http:
- host: your.domain.com
http:
paths:
- path: /actions-runner-controller-github-webhook-server
pathType: Prefix