|
26 | 26 | args: |
27 | 27 | - python /app/manage.py load_db_state_to_k8s |
28 | 28 | {{- include "controller.envs" . | indent 12 }} |
29 | | - {{- include "controller.volumeMounts" . | indent 12 }} |
30 | 29 | - image: {{.Values.image_registry}}/{{.Values.org}}/controller:{{.Values.image_tag}} |
31 | 30 | imagePullPolicy: {{.Values.pull_policy}} |
32 | 31 | name: drycc-controller-measure-app |
|
36 | 35 | args: |
37 | 36 | - python -u /app/manage.py measure_app |
38 | 37 | {{- include "controller.envs" . | indent 12 }} |
39 | | - {{- include "controller.volumeMounts" . | indent 12 }} |
40 | 38 | - image: {{.Values.image_registry}}/{{.Values.org}}/controller:{{.Values.image_tag}} |
41 | 39 | imagePullPolicy: {{.Values.pull_policy}} |
42 | 40 | name: drycc-controller-measure-config |
|
46 | 44 | args: |
47 | 45 | - python -u /app/manage.py measure_config |
48 | 46 | {{- include "controller.envs" . | indent 12 }} |
49 | | - {{- include "controller.volumeMounts" . | indent 12 }} |
50 | 47 | - image: {{.Values.image_registry}}/{{.Values.org}}/controller:{{.Values.image_tag}} |
51 | 48 | imagePullPolicy: {{.Values.pull_policy}} |
52 | 49 | name: drycc-controller-measure-resources |
|
56 | 53 | args: |
57 | 54 | - python -u /app/manage.py measure_resources |
58 | 55 | {{- include "controller.envs" . | indent 12 }} |
59 | | - {{- include "controller.volumeMounts" . | indent 12 }} |
60 | 56 | - image: {{.Values.image_registry}}/{{.Values.org}}/controller:{{.Values.image_tag}} |
61 | 57 | imagePullPolicy: {{.Values.pull_policy}} |
62 | 58 | name: drycc-controller-measure-volumes |
|
66 | 62 | args: |
67 | 63 | - python -u /app/manage.py measure_volumes |
68 | 64 | {{- include "controller.envs" . | indent 12 }} |
69 | | - {{- include "controller.volumeMounts" . | indent 12 }} |
70 | | - {{- include "controller.volumes" . | indent 10 }} |
0 commit comments