mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Merge pull request #21327 from amygdala/gbphp
Auto commit by PR queue bot
This commit is contained in:
commit
c6b6fb6ef2
@ -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
|
||||
|
@ -1,6 +1,4 @@
|
||||
<?
|
||||
|
||||
set_include_path('.:/usr/local/lib/php');
|
||||
<?php
|
||||
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', 1);
|
||||
|
Loading…
Reference in New Issue
Block a user