fix yaml
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
apiVersion: serving.knative.dev/v1alpha1
 | 
			
		||||
kind: Service
 | 
			
		||||
metadata:
 | 
			
		||||
  name: helloworld-go-sc-cc
 | 
			
		||||
  name: helloworld-py-sc-cc
 | 
			
		||||
  namespace: default
 | 
			
		||||
spec:
 | 
			
		||||
  template:
 | 
			
		||||
@@ -18,4 +18,7 @@ spec:
 | 
			
		||||
        autoscaling.knative.dev/maxScale: "100"
 | 
			
		||||
    spec:
 | 
			
		||||
      containers:
 | 
			
		||||
        - image: tormachris/hello-world-go
 | 
			
		||||
        - image: tormachris/hello-world-py
 | 
			
		||||
          env:
 | 
			
		||||
            - name: TARGET
 | 
			
		||||
              value: "Go"
 | 
			
		||||
 
 | 
			
		||||
@@ -13,3 +13,6 @@ spec:
 | 
			
		||||
    spec:
 | 
			
		||||
      containers:
 | 
			
		||||
        - image: tormachris/hello-world-go
 | 
			
		||||
          env:
 | 
			
		||||
            - name: TARGET
 | 
			
		||||
              value: "Go"
 | 
			
		||||
 
 | 
			
		||||
@@ -19,3 +19,6 @@ spec:
 | 
			
		||||
    spec:
 | 
			
		||||
      containers:
 | 
			
		||||
        - image: tormachris/hello-world-py
 | 
			
		||||
          env:
 | 
			
		||||
            - name: TARGET
 | 
			
		||||
              value: "Py"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
apiVersion: serving.knative.dev/v1alpha1
 | 
			
		||||
kind: Service
 | 
			
		||||
metadata:
 | 
			
		||||
  name: hello-world-py-sc
 | 
			
		||||
  name: helloworld-py-sc
 | 
			
		||||
  namespace: default
 | 
			
		||||
spec:
 | 
			
		||||
  template:
 | 
			
		||||
@@ -13,3 +13,6 @@ spec:
 | 
			
		||||
    spec:
 | 
			
		||||
      containers:
 | 
			
		||||
        - image: tormachris/hello-world-py
 | 
			
		||||
          env:
 | 
			
		||||
            - name: TARGET
 | 
			
		||||
              value: "Go"
 | 
			
		||||
 
 | 
			
		||||
@@ -19,3 +19,6 @@ spec:
 | 
			
		||||
    spec:
 | 
			
		||||
      containers:
 | 
			
		||||
        - image: tormachris/isprime-go
 | 
			
		||||
          env:
 | 
			
		||||
            - name: TARGET
 | 
			
		||||
              value: 107107
 | 
			
		||||
 
 | 
			
		||||
@@ -13,3 +13,6 @@ spec:
 | 
			
		||||
    spec:
 | 
			
		||||
      containers:
 | 
			
		||||
        - image: tormachris/isprime-go
 | 
			
		||||
          env:
 | 
			
		||||
            - name: TARGET
 | 
			
		||||
              value: 107107
 | 
			
		||||
 
 | 
			
		||||
@@ -19,3 +19,6 @@ spec:
 | 
			
		||||
    spec:
 | 
			
		||||
      containers:
 | 
			
		||||
        - image: tormachris/isprime-py
 | 
			
		||||
          env:
 | 
			
		||||
            - name: TARGET
 | 
			
		||||
              value: "Py"
 | 
			
		||||
 
 | 
			
		||||
@@ -13,3 +13,6 @@ spec:
 | 
			
		||||
    spec:
 | 
			
		||||
      containers:
 | 
			
		||||
        - image: tormachris/isprime-py
 | 
			
		||||
          env:
 | 
			
		||||
            - name: TARGET
 | 
			
		||||
              value: "Py"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user