minor problems fixed
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user