Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save goindwalia/7e16f5af622b0f06281dec0f3df2ac96 to your computer and use it in GitHub Desktop.
Save goindwalia/7e16f5af622b0f06281dec0f3df2ac96 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
labels:
k8s-app: <name of application>
name: <name of application>
namespace: <namespace of Kubernetes>
spec:
type: NodePort
ports:
- port: 7102
selector:
k8s-app: <name of application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment