Skip to content

Instantly share code, notes, and snippets.

@elipapa
Created November 30, 2017 14:10
Show Gist options
  • Save elipapa/3062a09074cb839ab313d6fb55c6177f to your computer and use it in GitHub Desktop.
Save elipapa/3062a09074cb839ab313d6fb55c6177f to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: apiproxysvc-node
labels:
name: apiproxysvc-node
spec:
type: NodePort
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP
nodePort: 30036
selector:
app: apiproxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment