feat: setup skaffold

This commit is contained in:
Bastien Riviere 2023-09-03 12:30:33 +02:00
parent eef59c479c
commit d56873fc5d
Signed by: babariviere
GPG key ID: 4E5F0839249F162E
7 changed files with 219 additions and 2 deletions

15
skaffold.yaml Normal file
View file

@ -0,0 +1,15 @@
apiVersion: skaffold/v4beta6
kind: Config
metadata:
name: ntfy-bridge
build:
artifacts:
- image: forge.babariviere.com/babariviere/ntfy-bridge
buildpacks:
manifests:
kustomize:
paths:
- k8s
deploy:
kubectl:
defaultNamespace: ntfy-bridge-dev