Add
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Kaarel
2026-02-16 11:36:00 +02:00
commit 89914ce2ba
13 changed files with 1034 additions and 0 deletions

23
skaffold.yaml Normal file
View File

@@ -0,0 +1,23 @@
apiVersion: skaffold/v3
kind: Config
metadata:
name: hello-gin
deploy:
kubectl:
defaultNamespace: memelord-kaarel
manifests:
rawYaml:
- deployment.yaml
# kubectl create secret docker-registry imgcred --docker-server=https://git.codemowers.io --docker-username=__token__ --docker-password=...
build:
artifacts:
- image: git.codemowers.io/kaarelk575/hello-gin
# Comment following lines below to build locally
# cluster:
# dockerConfig:
# secretName: kaniko