mirror of
https://github.com/goharbor/harbor
synced 2025-04-13 15:01:33 +00:00
13 lines
176 B
YAML
13 lines
176 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: registry
|
|
spec:
|
|
ports:
|
|
- name: repo
|
|
port: 5000
|
|
- name: debug
|
|
port: 5001
|
|
selector:
|
|
name: registry-apps
|