One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: esquenta | |
| spec: | |
| selector: | |
| matchLabels: | |
| app: esquenta | |
| replicas: 10 | |
| template: |
| <?php | |
| session_start(); | |
| date_default_timezone_set ('America/Sao_Paulo'); | |
| define ('DS', DIRECTORY_SEPARATOR); | |
| define ('URL', "http://".$_SERVER['SERVER_NAME']); | |
| define ('ENVIRONMENT' , 'DEV'); | |
| spl_autoload_register('autoload'); |