This commit is contained in:
xjumbyx
2026-02-16 11:24:33 +02:00
commit b3549b12e5
11 changed files with 1025 additions and 0 deletions

24
skaffold.yaml Normal file
View File

@@ -0,0 +1,24 @@
apiVersion: skaffold/v3
kind: Config
metadata:
name: hello-gin
deploy:
kubectl:
defaultNamespace: laas-memelord
kubeContext: ee-lte-1.codemowers.io
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/xjumbyx/hello-gin
# Comment following lines below to build locally
cluster:
dockerConfig:
secretName: kaniko