Initial commit

This commit is contained in:
Lauri Võsandi
2023-02-23 09:33:01 +02:00
commit 7dd865de3a
9 changed files with 750 additions and 0 deletions

20
skaffold.yaml Normal file
View File

@@ -0,0 +1,20 @@
apiVersion: skaffold/v3
kind: Config
metadata:
name: hello-gin
deploy:
kubectl: {}
manifests:
rawYaml:
- deployment.yaml
build:
artifacts:
- image: hello-gin
# Comment following lines below to build locally
cluster:
dockerConfig:
secretName: kaniko