view service/reasoning/skaffold.yaml @ 795:c8562ace4917

big updates for k8s, py3, drop FuXi, use prometheus for metrics.
author drewp@bigasterisk.com
date Sun, 27 Dec 2020 03:29:18 -0800
parents
children
line wrap: on
line source

apiVersion: skaffold/v2beta5
kind: Config
metadata:
  name: reasoning
build:
  local: 
    useDockerCLI: true
  tagPolicy:
    dateTime:
      format: "2006-01-02_15-04-05"
      timezone: "Local"
  artifacts:
    - image: bang5:5000/reasoning_image
      sync:
        infer:
          - rules.n3
deploy:
  kubectl:
    manifests:
    - deploy.yaml