rename some images

This commit is contained in:
2019-10-18 23:10:48 +02:00
parent 1cd4e1854c
commit be59126cdd
7 changed files with 9 additions and 7 deletions

View File

@ -18,7 +18,7 @@ spec:
autoscaling.knative.dev/maxScale: "100"
spec:
containers:
- image: tormachris/hello-world-py
- image: tormachris/hello-world-python
env:
- name: TARGET
value: "Py"

View File

@ -12,7 +12,7 @@ spec:
autoscaling.knative.dev/metric: cpu
spec:
containers:
- image: tormachris/hello-world-py
- image: tormachris/hello-world-python
env:
- name: TARGET
value: "Go"

View File

@ -18,7 +18,7 @@ spec:
autoscaling.knative.dev/maxScale: "100"
spec:
containers:
- image: tormachris/isprime-py
- image: tormachris/isprime-python
env:
- name: TARGET
value: "Py"

View File

@ -12,7 +12,7 @@ spec:
autoscaling.knative.dev/metric: cpu
spec:
containers:
- image: tormachris/isprime-py
- image: tormachris/isprime-python
env:
- name: TARGET
value: "Py"

View File

@ -7,7 +7,7 @@ spec:
template:
spec:
containers:
- image: "tormachris/hello-world-py"
- image: "tormachris/hello-world-python"
env:
- name: TARGET
value: "Py"

View File

@ -7,7 +7,7 @@ spec:
template:
spec:
containers:
- image: "tormachris/isprime-py"
- image: "tormachris/isprime-python"
env:
- name: TARGET
value: "107107"