Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michelmarciano/a6fb6b9c9a1598a498c102b36433f494 to your computer and use it in GitHub Desktop.
Save michelmarciano/a6fb6b9c9a1598a498c102b36433f494 to your computer and use it in GitHub Desktop.
kubernetes - aplication
apiVersion: v1
kind: Pod
metadata:
name: aplicacao
spec:
containers:
- name: eureka
image: michelmarciano/serv-eureka
ports:
- containerPort: 9090
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment