view skaffold.yaml @ 21:10127391f6f3

don't use docker images to bake in the config files
author drewp@bigasterisk.com
date Sat, 24 Jun 2023 23:00:40 -0700
parents 7130eb6d8e6b
children
line wrap: on
line source

apiVersion: skaffold/v3
kind: Config
metadata:
  name: victoriametrics
manifests:
  rawYaml:
    - roles.yaml
    - volumes.yaml
    - ingress.yaml
    - deploy_vmetrics.yaml
    - deploy_vmalert.yaml
    - deploy_alertmanager.yaml
deploy:
  kubectl: {}