Commit c6b6fb6e authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #21327 from amygdala/gbphp

Auto commit by PR queue bot
parents 4c69bdaa 2d8f857a
...@@ -24,7 +24,7 @@ spec: ...@@ -24,7 +24,7 @@ spec:
spec: spec:
containers: containers:
- name: php-redis - name: php-redis
image: gcr.io/google_samples/gb-frontend:v3 image: gcr.io/google_samples/gb-frontend:v4
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
......
<? <?php
set_include_path('.:/usr/local/lib/php');
error_reporting(E_ALL); error_reporting(E_ALL);
ini_set('display_errors', 1); ini_set('display_errors', 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment