apiVersion: apps/v1 kind: Deployment metadata: labels: io.kompose.service: app name: app spec: template: spec: restartPolicy: Always containers: - name: app-php-fpm env: - name: APP_ENV value: dev