k8s-template/nginx/nginx-service.yml

14 lines
183 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nginx
namespace: nginx
spec:
selector:
app: nginx
ports:
- protocol: TCP
port: 80
targetPort: http
type: NodePort