|
18 | 18 | restartPolicy: OnFailure |
19 | 19 | serviceAccount: drycc-controller |
20 | 20 | containers: |
21 | | - - image: {{.Values.image_registry}}/{{.Values.org}}/controller:{{.Values.image_tag}} |
| 21 | + - image: {{.Values.image_registry}}/{{.Values.image_org}}/controller:{{.Values.image_tag}} |
22 | 22 | imagePullPolicy: {{.Values.image_pull_policy}} |
23 | 23 | name: drycc-controller-push-data-to-influxdb |
24 | 24 | command: |
|
27 | 27 | args: |
28 | 28 | - python /app/manage.py load_db_state_to_k8s |
29 | 29 | {{- include "controller.envs" . | indent 12 }} |
30 | | - - image: {{.Values.image_registry}}/{{.Values.org}}/controller:{{.Values.image_tag}} |
| 30 | + - image: {{.Values.image_registry}}/{{.Values.image_org}}/controller:{{.Values.image_tag}} |
31 | 31 | imagePullPolicy: {{.Values.pull_policy}} |
32 | 32 | name: drycc-controller-measure-app |
33 | 33 | command: |
|
36 | 36 | args: |
37 | 37 | - python -u /app/manage.py measure_app |
38 | 38 | {{- include "controller.envs" . | indent 12 }} |
39 | | - - image: {{.Values.image_registry}}/{{.Values.org}}/controller:{{.Values.image_tag}} |
| 39 | + - image: {{.Values.image_registry}}/{{.Values.image_org}}/controller:{{.Values.image_tag}} |
40 | 40 | imagePullPolicy: {{.Values.pull_policy}} |
41 | 41 | name: drycc-controller-measure-config |
42 | 42 | command: |
|
45 | 45 | args: |
46 | 46 | - python -u /app/manage.py measure_config |
47 | 47 | {{- include "controller.envs" . | indent 12 }} |
48 | | - - image: {{.Values.image_registry}}/{{.Values.org}}/controller:{{.Values.image_tag}} |
| 48 | + - image: {{.Values.image_registry}}/{{.Values.image_org}}/controller:{{.Values.image_tag}} |
49 | 49 | imagePullPolicy: {{.Values.pull_policy}} |
50 | 50 | name: drycc-controller-measure-resources |
51 | 51 | command: |
|
54 | 54 | args: |
55 | 55 | - python -u /app/manage.py measure_resources |
56 | 56 | {{- include "controller.envs" . | indent 12 }} |
57 | | - - image: {{.Values.image_registry}}/{{.Values.org}}/controller:{{.Values.image_tag}} |
| 57 | + - image: {{.Values.image_registry}}/{{.Values.image_org}}/controller:{{.Values.image_tag}} |
58 | 58 | imagePullPolicy: {{.Values.pull_policy}} |
59 | 59 | name: drycc-controller-measure-volumes |
60 | 60 | command: |
|
0 commit comments