Guest User

Untitled

a guest
Feb 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. apiVersion: extensions/v1beta1
  2. kind: Deployment
  3. metadata:
  4. name: gitea-deployment
  5. spec:
  6. replicas: 2
  7. selector:
  8. matchLabels:
  9. app: gitea
  10. template:
  11. metadata:
  12. labels:
  13. app: gitea
  14. spec:
  15. containers:
  16. - name: gitea-container
  17. image: gitea/gitea:1.4
Add Comment
Please, Sign In to add comment