mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Update guestbook frontend php script suggested in issue #18640.
(Created new GCR image version with the changes).
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user