mirror of
https://github.com/pragma-/pbot.git
synced 2025-07-06 13:37:28 +02:00
28 lines
539 B
YAML
28 lines
539 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: candide-vm
|
|
namespace: candide
|
|
labels:
|
|
app: candide-vm
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: candide-vm
|
|
replicas: 3
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: candide-vm
|
|
spec:
|
|
containers:
|
|
- name: candide-vm
|
|
image: gcr.io/PROJECT_ID/REPOSITORY/IMAGE:GITHUB_SHA
|
|
resources:
|
|
requests:
|
|
cpu: "0.1"
|
|
memory: 100Mi
|
|
limits:
|
|
cpu: "0.5"
|
|
memory: 500Mi
|