isprime yaml
This commit is contained in:
		
							
								
								
									
										13
									
								
								functions/isprime.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								functions/isprime.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
apiVersion: serving.knative.dev/v1alpha1
 | 
			
		||||
kind: Service
 | 
			
		||||
metadata:
 | 
			
		||||
  name: isprime-go
 | 
			
		||||
  namespace: default
 | 
			
		||||
spec:
 | 
			
		||||
  template:
 | 
			
		||||
    spec:
 | 
			
		||||
      containers:
 | 
			
		||||
        - image: docker.pkg.github.com/tormachris/knative-report-functions/isprime
 | 
			
		||||
          env:
 | 
			
		||||
            - name: TARGET
 | 
			
		||||
              value: 107107
 | 
			
		||||
		Reference in New Issue
	
	Block a user