k8s-template/nginx/nginx-service.yml

14 lines
183 B
YAML
Raw Permalink Normal View History

2024-03-21 11:27:25 +00:00
apiVersion: v1
kind: Service
metadata:
name: nginx
namespace: nginx
spec:
selector:
app: nginx
ports:
- protocol: TCP
port: 80
targetPort: http
type: NodePort