mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-02 23:47:37 +08:00
15 lines
384 B
YAML
15 lines
384 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
{{- include "actions-runner-controller.labels" . | nindent 4 }}
|
|
name: {{ include "actions-runner-controller.authProxyServiceName" . }}
|
|
namespace: {{ .Release.Namespace }}
|
|
spec:
|
|
ports:
|
|
- name: https
|
|
port: 8443
|
|
targetPort: https
|
|
selector:
|
|
{{- include "actions-runner-controller.selectorLabels" . | nindent 4 }}
|