mirror of
https://gitlab.com/MisterBiggs/hello-world-nginx.git
synced 2025-07-28 09:01:33 +00:00
adding image
This commit is contained in:
@@ -3,7 +3,7 @@ kind: Deployment
|
||||
metadata:
|
||||
name: hello-world-nginx-deployment
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 3
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
@@ -2,7 +2,11 @@ apiVersion: extensions/v1beta1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: hello-world-nginx-ingress
|
||||
annotations:
|
||||
kubernetes.io/ingress.global-static-ip-name: "kubernetes-ingress"
|
||||
spec:
|
||||
backend:
|
||||
serviceName: hello-world-nginx-svc
|
||||
servicePort: 80
|
||||
rules:
|
||||
- host: kubeguy.ga
|
||||
|
@@ -1,3 +1,5 @@
|
||||
<h3>Hello and welcome to some random stateless app on GKE!</h3>
|
||||
<img src="images/obiwan.jpg">
|
||||
|
||||
<h3> and welcome to some random stateless app on GKE!</h3>
|
||||
|
||||
It's a brave new world out here.
|
Reference in New Issue
Block a user