init
This commit is contained in:
24
skaffold.yaml
Normal file
24
skaffold.yaml
Normal 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
|
||||
Reference in New Issue
Block a user