Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
c6b6fb6e
Commit
c6b6fb6e
authored
Feb 17, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #21327 from amygdala/gbphp
Auto commit by PR queue bot
parents
4c69bdaa
2d8f857a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
frontend-controller.yaml
examples/guestbook/frontend-controller.yaml
+1
-1
guestbook.php
examples/guestbook/php-redis/guestbook.php
+1
-3
No files found.
examples/guestbook/frontend-controller.yaml
View file @
c6b6fb6e
...
...
@@ -24,7 +24,7 @@ spec:
spec
:
containers
:
-
name
:
php-redis
image
:
gcr.io/google_samples/gb-frontend:v
3
image
:
gcr.io/google_samples/gb-frontend:v
4
resources
:
requests
:
cpu
:
100m
...
...
examples/guestbook/php-redis/guestbook.php
View file @
c6b6fb6e
<?
set_include_path
(
'.:/usr/local/lib/php'
);
<?php
error_reporting
(
E_ALL
);
ini_set
(
'display_errors'
,
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment