Mercurial > code > home > repos > reposync
comparison deploy.yaml @ 21:cb71722bb75c
use pipenv
author | drewp@bigasterisk.com |
---|---|
date | Tue, 29 Mar 2022 21:13:48 -0700 |
parents | b59912649fc4 |
children | b9fe6d26b3fa |
comparison
equal
deleted
inserted
replaced
20:b59912649fc4 | 21:cb71722bb75c |
---|---|
24 - name: github-status | 24 - name: github-status |
25 image: bang5:5000/reposync_image | 25 image: bang5:5000/reposync_image |
26 ports: | 26 ports: |
27 - containerPort: 8000 | 27 - containerPort: 8000 |
28 command: | 28 command: |
29 - python3 | 29 - pipenv |
30 - run | |
31 - python | |
30 - repo_github_status.py | 32 - repo_github_status.py |
31 - "-v" | 33 - "-v" |
32 - name: hg-status | 34 - name: hg-status |
33 image: bang5:5000/reposync_image | 35 image: bang5:5000/reposync_image |
34 ports: | 36 ports: |
35 - containerPort: 8001 | 37 - containerPort: 8001 |
36 command: | 38 command: |
37 - python3 | 39 - pipenv |
40 - run | |
41 - python | |
38 - repo_local_status.py | 42 - repo_local_status.py |
39 - "-v" | 43 - "-v" |
40 volumeMounts: | 44 volumeMounts: |
41 - { name: my, mountPath: /my } | 45 - { name: my, mountPath: /my } |
42 | 46 |