Skip to content
Snippets Groups Projects
Select Git revision
  • 2f8caccfa0d76f245b91e9bf30375ec27a55e47d
  • master default
2 results

service.yaml

Blame
  • service.yaml 175 B
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: nginx
    spec:
      #type: NodePort
      selector:
        app: nginx
      ports:
        - protocol: TCP
          port: 80
          #nodePort: 30080