Skip to content

Instantly share code, notes, and snippets.

@reyhansofian
Last active January 23, 2021 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reyhansofian/e0d3c6b173086f8edb733d65acde419b to your computer and use it in GitHub Desktop.
Save reyhansofian/e0d3c6b173086f8edb733d65acde419b to your computer and use it in GitHub Desktop.
# path: hello-world/base/service.yaml
apiVersion: v1
kind: Service
metadata:
name: hello-world-service
spec:
type: NodePort
ports:
- name: public
port: 80
targetPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment