minor problems fixed

This commit is contained in:
2019-10-29 11:16:37 +01:00
parent 45ea7e3e00
commit 9b3d4cfd8b
4 changed files with 11 additions and 5 deletions

View File

@ -1,7 +1,7 @@
apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
name: helloworld-py-sc-cc
name: helloworld-go-sc-cc
namespace: default
spec:
template:
@ -18,7 +18,7 @@ spec:
autoscaling.knative.dev/maxScale: "100"
spec:
containers:
- image: tormachris/hello-world-py
- image: tormachris/hello-world-go
env:
- name: TARGET
value: "Go"