prod deployment
This commit is contained in:
18
deploy/k8s/prod/patch-web.yaml
Normal file
18
deploy/k8s/prod/patch-web.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# Production web: imagePullPolicy and resources
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: ai-web
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: ai-web
|
||||
imagePullPolicy: Always
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
cpu: "100m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
Reference in New Issue
Block a user