initial verstion

This commit is contained in:
2026-03-26 19:06:08 +04:00
commit a20e4719af
8 changed files with 238 additions and 0 deletions

19
skaffold.yaml Normal file
View 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