This commit is contained in:
2026-02-16 11:34:37 +02:00
parent 07fc843128
commit 5f26edba54
10 changed files with 1007 additions and 2 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-sala
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/salasource/hello-gin
# Comment following lines below to build locally
# cluster:
# dockerConfig:
# secretName: kaniko