This commit is contained in:
		@@ -19,7 +19,7 @@ spec:
 | 
			
		||||
    spec:
 | 
			
		||||
      containers:
 | 
			
		||||
      - name: input-service
 | 
			
		||||
        image: registry.kmlabz.com/tormakris/input-service
 | 
			
		||||
        image: registry.kmlabz.com/birbnetesgit/input-service
 | 
			
		||||
        envFrom:
 | 
			
		||||
          - configMapRef:
 | 
			
		||||
              name: input-service
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,5 @@
 | 
			
		||||
#!/usr/bin/env python3
 | 
			
		||||
import logging
 | 
			
		||||
import json
 | 
			
		||||
from xeger import Xeger
 | 
			
		||||
from flask_restful import Resource
 | 
			
		||||
from flask import request
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user