Skip to content

Instantly share code, notes, and snippets.

@rupinus85
Last active January 11, 2019 01:48
Show Gist options
  • Save rupinus85/2142aaf5db7521add846d314a0efec6c to your computer and use it in GitHub Desktop.
Save rupinus85/2142aaf5db7521add846d314a0efec6c to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: gs-spring-boot-docker-service
spec:
ports:
- name: "8080"
port: 8081
targetPort: 8080
selector:
app: gs-spring-boot-docker
type: NodePort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment