mirror of
https://gitlab.com/MisterBiggs/hello-world-nginx.git
synced 2025-07-29 01:21:32 +00:00
adding obiwan
This commit is contained in:
@@ -3,7 +3,7 @@ kind: Deployment
|
|||||||
metadata:
|
metadata:
|
||||||
name: hello-world-nginx-deployment
|
name: hello-world-nginx-deployment
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 3
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
@@ -2,7 +2,11 @@ apiVersion: extensions/v1beta1
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: hello-world-nginx-ingress
|
name: hello-world-nginx-ingress
|
||||||
|
annotations:
|
||||||
|
kubernetes.io/ingress.global-static-ip-name: "kubernetes-ingress"
|
||||||
spec:
|
spec:
|
||||||
backend:
|
backend:
|
||||||
serviceName: hello-world-nginx-svc
|
serviceName: hello-world-nginx-svc
|
||||||
servicePort: 80
|
servicePort: 80
|
||||||
|
rules:
|
||||||
|
- host: kubeguy.ga
|
BIN
img/obiwan.jpg
Normal file
BIN
img/obiwan.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 166 KiB |
@@ -10,3 +10,8 @@ deploy:
|
|||||||
kubectl:
|
kubectl:
|
||||||
manifests:
|
manifests:
|
||||||
- hello-world-nginx*
|
- hello-world-nginx*
|
||||||
|
profiles:
|
||||||
|
- name: gcb
|
||||||
|
build:
|
||||||
|
googleCloudBuild:
|
||||||
|
projectId: gcp-demo-200100
|
@@ -1,3 +1,8 @@
|
|||||||
<h3>Hello and welcome to some random stateless app on GKE!</h3>
|
<img src=img/obiwan.jpg>
|
||||||
|
|
||||||
|
<h3>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.
|
||||||
|
|
||||||
|
This page is meant to prove that our application has been successfully deployed.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user