hello everybody i create pipeline in azuredevops.I...
# neuvector-security
a
hello everybody i create pipeline in azuredevops.I want to scan local image with external method but I got error I create restapi loadbalancer type and I create service connection by using this restapi-ip
Copy code
apiVersion: v1
kind: Service
metadata:
  name: neuvector-service-rest
  namespace: neuvector
spec:
  ports:
    - port: 10443
      name: controller
      protocol: TCP
  type: LoadBalancer
  selector:
    app: neuvector-controller-pod