mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +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:
|
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
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
<?
|
<?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);
|
||||||
|
Loading…
Reference in New Issue
Block a user