mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-18 07:34:12 +00:00
15 lines
170 B
YAML
15 lines
170 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nginxsvc
|
|
labels:
|
|
app: nginx
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: nginx
|
|
|