Skip to content

Commit 2d8f857

Browse files
committed
Update guestbook frontend php script suggested in issue kubernetes#18640.
(Created new GCR image version with the changes).
1 parent d00c650 commit 2d8f857

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

examples/guestbook/frontend-controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
spec:
2525
containers:
2626
- name: php-redis
27-
image: gcr.io/google_samples/gb-frontend:v3
27+
image: gcr.io/google_samples/gb-frontend:v4
2828
resources:
2929
requests:
3030
cpu: 100m

examples/guestbook/php-redis/guestbook.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<?
2-
3-
set_include_path('.:/usr/local/lib/php');
1+
<?php
42

53
error_reporting(E_ALL);
64
ini_set('display_errors', 1);

0 commit comments

Comments
 (0)