From 93a18be28f4d4bdf162d70660b59aa9723986cc4 Mon Sep 17 00:00:00 2001 From: Corentin Giraud Date: Tue, 3 Oct 2023 10:19:01 +0200 Subject: [PATCH] Update automatically-scaling-runners.md --- docs/automatically-scaling-runners.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/automatically-scaling-runners.md b/docs/automatically-scaling-runners.md index 7d717ec6..04cc7a30 100644 --- a/docs/automatically-scaling-runners.md +++ b/docs/automatically-scaling-runners.md @@ -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