rename some images
This commit is contained in:
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -7,7 +7,7 @@ spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- image: "tormachris/hello-world-py"
|
||||
- image: "tormachris/hello-world-python"
|
||||
env:
|
||||
- name: TARGET
|
||||
value: "Py"
|
||||
|
@ -7,7 +7,7 @@ spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- image: "tormachris/isprime-py"
|
||||
- image: "tormachris/isprime-python"
|
||||
env:
|
||||
- name: TARGET
|
||||
value: "107107"
|
||||
|
Reference in New Issue
Block a user