mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
14 lines
338 B
YAML
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 |