Mercurial > code > home > repos > collector
comparison deploy.yaml @ 1:1275220a644b
pipenv
author | drewp@bigasterisk.com |
---|---|
date | Tue, 29 Mar 2022 22:02:25 -0700 |
parents | e2d855c00e57 |
children | f10a7ff3673d |
comparison
equal
deleted
inserted
replaced
0:e2d855c00e57 | 1:1275220a644b |
---|---|
13 app: collector | 13 app: collector |
14 spec: | 14 spec: |
15 containers: | 15 containers: |
16 - name: collector | 16 - name: collector |
17 image: bang5:5000/collector_image | 17 image: bang5:5000/collector_image |
18 imagePullPolicy: "Always" | 18 command: |
19 - pipenv | |
20 - run | |
21 - python | |
22 - collector.py | |
19 ports: | 23 ports: |
20 - containerPort: 9072 | 24 - containerPort: 9072 |
21 affinity: | 25 affinity: |
22 nodeAffinity: | 26 nodeAffinity: |
23 requiredDuringSchedulingIgnoredDuringExecution: | 27 requiredDuringSchedulingIgnoredDuringExecution: |