mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-07 11:10:16 +01:00
12 lines
128 B
YAML
12 lines
128 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: ui
|
||
|
labels:
|
||
|
name: ui
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 80
|
||
|
selector:
|
||
|
name: ui
|