Files
charts/bitnami/harbor/templates/registry/registry-svc.yaml
T
2019-07-05 09:47:03 +02:00

14 lines
338 B
YAML

apiVersion: v1
kind: Service
metadata:
name: "{{ template "harbor.registry" . }}"
labels: {{ include "harbor.labels" . | nindent 4 }}
spec:
ports:
- name: registry
port: 5000
- name: controller
port: 8080
selector:
{{- include "harbor.matchLabels" . | nindent 4 }}
app.kubernetes.io/component: registry