diff --git a/hello-world-nginx-ingress.yaml b/hello-world-nginx-ingress.yaml index 2bea95e..24081e5 100644 --- a/hello-world-nginx-ingress.yaml +++ b/hello-world-nginx-ingress.yaml @@ -8,5 +8,4 @@ spec: backend: serviceName: hello-world-nginx-svc servicePort: 80 - rules: - - host: kubeguy.ga \ No newline at end of file + diff --git a/skaffold.yaml b/skaffold.yaml index 897b1a1..1af0d1c 100644 --- a/skaffold.yaml +++ b/skaffold.yaml @@ -5,7 +5,7 @@ build: - imageName: gcr.io/gcp-demo-200100/hello-world-nginx kaniko: gcsBucket: skaffold-kaniko-contexts - pullSecret: /Users/tariqislam/opt/sa/kaniko-sa.json + pullSecret: /home/tariqislam/opt/sa/kaniko-sa.json deploy: kubectl: manifests: @@ -14,4 +14,4 @@ profiles: - name: gcb build: googleCloudBuild: - projectId: gcp-demo-200100 \ No newline at end of file + projectId: gcp-demo-200100 diff --git a/www-data/images/obiwan.gif b/www-data/images/obiwan.gif new file mode 100644 index 0000000..485fa49 Binary files /dev/null and b/www-data/images/obiwan.gif differ