mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-04 17:49:48 +01:00
13 lines
167 B
YAML
13 lines
167 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nginx
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
- name: https
|
|
port: 443
|
|
selector:
|
|
name: nginx-apps
|