diff --git a/skaffold.yaml b/skaffold.yaml new file mode 100644 index 0000000..be91019 --- /dev/null +++ b/skaffold.yaml @@ -0,0 +1,12 @@ +apiVersion: skaffold/v1alpha2 +kind: Config +build: + artifacts: + - imageName: gcr.io/gcp-demo-200100/hello-world-nginx:latest + kaniko: + gcsBucket: skaffold-kaniko-contexts + pullSecret: /Users/tariqislam/opt/sa/kaniko-sa.json +deploy: + kubectl: + manifests: + - hello-world-nginx* \ No newline at end of file diff --git a/www-data/index.html b/www-data/index.html index 67cb1bd..964bce5 100644 --- a/www-data/index.html +++ b/www-data/index.html @@ -1,3 +1,3 @@ -Hello and welcome to your first stateless application in GKE! +