Mercurial > code > home > repos > environment
diff skaffold.yaml @ 7:473d3d869849
old changes
author | drewp@bigasterisk.com |
---|---|
date | Sat, 06 May 2023 12:12:02 -0700 |
parents | 0f532eb91364 |
children | e2be4c5d2531 |
line wrap: on
line diff
--- a/skaffold.yaml Sun Aug 28 21:38:57 2022 -0700 +++ b/skaffold.yaml Sat May 06 12:12:02 2023 -0700 @@ -1,16 +1,19 @@ -apiVersion: skaffold/v2beta27 +apiVersion: skaffold/v3 kind: Config metadata: name: environment build: + artifacts: + - image: bang5:5000/environment_image + platforms: + - amd64 tagPolicy: dateTime: - format: "2006-01-02_15-04-05" - timezone: "Local" - artifacts: - - image: bang5:5000/environment_image - platforms: [amd64] + format: 2006-01-02_15-04-05 + timezone: Local +manifests: + rawYaml: + - deploy.yaml + - ingress.yaml deploy: - kubectl: - manifests: - - deploy.yaml + kubectl: {}