Skip to content

Instantly share code, notes, and snippets.

@j-zimnowoda
Last active September 30, 2019 07:56
Show Gist options
  • Save j-zimnowoda/01855c027d2597353db9bdbc2d26499b to your computer and use it in GitHub Desktop.
Save j-zimnowoda/01855c027d2597353db9bdbc2d26499b to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: web
namespace: default
spec:
ports:
- port: <s-port>
protocol: TCP
targetPort: <p-port>
selector:
run: web
type: NodePort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment