mirror of
https://gitlab.com/MisterBiggs/hello-world-nginx.git
synced 2025-07-28 09:01:33 +00:00
adding skaffold
This commit is contained in:
12
skaffold.yaml
Normal file
12
skaffold.yaml
Normal file
@@ -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*
|
@@ -1,3 +1,3 @@
|
||||
Hello and welcome to your first stateless application in GKE!
|
||||
<h3>Hello and welcome to some random stateless app on GKE!</h3>
|
||||
|
||||
It's a brave new world out here.
|
||||
It's a brave new world out here.
|
Reference in New Issue
Block a user