Merge pull request #31 from manno/bump-guestbook-in-single-cluster
Bump guestbook example in single-cluster/manifests
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: php-redis
|
- name: php-redis
|
||||||
image: gcr.io/google-samples/gb-frontend:v4
|
image: gcr.io/google-samples/gb-frontend:v5
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: php-redis
|
- name: php-redis
|
||||||
image: gcr.io/google-samples/gb-frontend:v4
|
image: gcr.io/google-samples/gb-frontend:v5
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
tier: frontend
|
tier: frontend
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google-samples/gb-frontend:v4
|
- image: gcr.io/google-samples/gb-frontend:v5
|
||||||
name: php-redis
|
name: php-redis
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
tier: frontend
|
tier: frontend
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google-samples/gb-frontend:v4
|
- image: gcr.io/google-samples/gb-frontend:v5
|
||||||
name: php-redis
|
name: php-redis
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spec:
|
|||||||
tier: frontend
|
tier: frontend
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google-samples/gb-frontend:v4
|
- image: gcr.io/google-samples/gb-frontend:v5
|
||||||
name: php-redis
|
name: php-redis
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
|||||||
Reference in New Issue
Block a user