Update automatically-scaling-runners.md
This commit is contained in:
		
							parent
							
								
									1a8abb6d39
								
							
						
					
					
						commit
						93a18be28f
					
				| 
						 | 
					@ -360,15 +360,18 @@ metadata:
 | 
				
			||||||
  name: actions-runner-controller-github-webhook-server
 | 
					  name: actions-runner-controller-github-webhook-server
 | 
				
			||||||
  namespace: actions-runner-system
 | 
					  namespace: actions-runner-system
 | 
				
			||||||
  annotations:
 | 
					  annotations:
 | 
				
			||||||
    kubernetes.io/ingress.class: nginx
 | 
					    # Depending on your configuration of cert-manager
 | 
				
			||||||
    nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
 | 
					    # Cf https://cert-manager.io/docs/configuration/
 | 
				
			||||||
 | 
					    cert-manager.io/cluster-issuer: letsencrypt-http01
 | 
				
			||||||
spec:
 | 
					spec:
 | 
				
			||||||
 | 
					  ingressClassName: nginx
 | 
				
			||||||
  tls:
 | 
					  tls:
 | 
				
			||||||
  - hosts:
 | 
					  - hosts:
 | 
				
			||||||
    - your.domain.com
 | 
					    - your.domain.com
 | 
				
			||||||
    secretName: your-tls-secret-name
 | 
					    secretName: your-tls-secret-name
 | 
				
			||||||
  rules:
 | 
					  rules:
 | 
				
			||||||
    - http:
 | 
					    - host: your.domain.com
 | 
				
			||||||
 | 
					      http:
 | 
				
			||||||
        paths:
 | 
					        paths:
 | 
				
			||||||
          - path: /actions-runner-controller-github-webhook-server
 | 
					          - path: /actions-runner-controller-github-webhook-server
 | 
				
			||||||
            pathType: Prefix
 | 
					            pathType: Prefix
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue