mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 18:20:37 +01: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
|