initial verstion
This commit is contained in:
19
skaffold.yaml
Normal file
19
skaffold.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: skaffold/v4beta13
|
||||
kind: Config
|
||||
metadata:
|
||||
name: iphone-to-jpeg-bot
|
||||
build:
|
||||
artifacts:
|
||||
- image: git.danilkolesnikov.ru/danilko09/heic-bot
|
||||
docker:
|
||||
dockerfile: Dockerfile
|
||||
manifests:
|
||||
kustomize:
|
||||
paths:
|
||||
- k8s/base
|
||||
profiles:
|
||||
- name: prod
|
||||
manifests:
|
||||
kustomize:
|
||||
paths:
|
||||
- k8s/overlays/prod
|
||||
Reference in New Issue
Block a user