13 lines
245 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: example-deploy
namespace: example
spec:
template:
spec:
containers:
- name: example-app
env:
- name: ENVIRONMENT
value: Production