mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-28 20:47:29 +08:00
Initial commit
This commit is contained in:
14
config/rbac/auth_proxy_service.yaml
Normal file
14
config/rbac/auth_proxy_service.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
name: controller-manager-metrics-service
|
||||
namespace: system
|
||||
spec:
|
||||
ports:
|
||||
- name: https
|
||||
port: 8443
|
||||
targetPort: https
|
||||
selector:
|
||||
control-plane: controller-manager
|
||||
Reference in New Issue
Block a user