mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-09 04:01:14 +01:00
14 lines
293 B
YAML
14 lines
293 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nginx
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
selector:
|
|
name: nginx-apps
|
|
# Set the external IP to an IP of the cluster node, so that the service can be accessed from outside the kubernetes cluster.
|
|
# externalIPs:
|
|
# - 10.192.168.5
|