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:
spec:
containers:
- name: php-redis
image: gcr.io/google_samples/gb-frontend:v3
image: gcr.io/google_samples/gb-frontend:v4
resources:
requests:
cpu: 100m
......
<?
set_include_path('.:/usr/local/lib/php');
<?php
error_reporting(E_ALL);
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