Guest User

Untitled

a guest
Mar 13th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: database
  5. namespace: prisma
  6. spec:
  7. ports:
  8. - port: 3306
  9. targetPort: 3306
  10. protocol: TCP
  11. selector:
  12. stage: production
  13. name: database
  14. app: mysql
Add Comment
Please, Sign In to add comment