mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-12 21:40:29 +00:00
addressed Ohmichi's review comments addressed janetkuo's review comments Addressed 2nd Round of reviewes from janetkuo addressed 3rd round of review comments from janetkuo addressedd foxish and janetkuo's review comments
13 lines
164 B
YAML
13 lines
164 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nginx
|
|
labels:
|
|
app: nginx
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
name: web
|
|
clusterIP: None
|
|
selector:
|
|
app: nginx |