view service/powerEagle/skaffold.yaml @ 1721:e30741ab51a7

add ingress
author drewp@bigasterisk.com
date Fri, 16 Jun 2023 17:23:54 -0700
parents 4cbe3df8f48f
children daf9deee42ca
line wrap: on
line source

apiVersion: skaffold/v2beta27
kind: Config
metadata:
  name: power-eagle
build:
  tagPolicy:
    dateTime:
      format: "2006-01-02_15-04-05"
      timezone: "Local"
  artifacts:
    - image: bang5:5000/power_eagle_image
      platforms: [amd64]
deploy:
  kubectl:
    manifests:
      - deploy.yaml
      - ingress.yaml