Files
actions-runner-controller/charts/actions-runner-controller/templates/auth_proxy_service.yaml
2020-11-14 21:58:16 +09:00

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 }}