view skaffold.yaml @ 0:3c1bc3bc5a6c

pull out of homeauto/ project, and add skaffold/pipenv
author drewp@bigasterisk.com
date Thu, 31 Mar 2022 22:03:43 -0700
parents
children 0f532eb91364
line wrap: on
line source

apiVersion: skaffold/v2beta27
kind: Config
metadata:
  name: environment
build:
  tagPolicy:
    dateTime:
      format: "2006-01-02_15-04-05"
      timezone: "Local"
  artifacts:
    - image: bang5:5000/environment_image
      platforms: [amd64]
      sync:
        infer:
          # uvicorn will notice this reload (but the browser page won't)
          - environment.py
deploy:
  kubectl:
    manifests:
      - deploy.yaml