All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 8m29s
21 lines
380 B
YAML
21 lines
380 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: mal
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: mal
|
|
resources:
|
|
limits:
|
|
cpu: "1"
|
|
memory: "1Gi"
|
|
requests:
|
|
cpu: "500m"
|
|
memory: "512Mi"
|
|
env:
|
|
- name: ENV
|
|
value: production
|