mirror of
https://github.com/janderedev/automod.git
synced 2024-12-22 10:45:27 +00:00
28 lines
595 B
YAML
28 lines
595 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: automod-bot-deployment
|
|
labels:
|
|
app: automod
|
|
service: bot
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: automod
|
|
service: bot
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: automod
|
|
service: bot
|
|
spec:
|
|
containers:
|
|
- name: automod-bot
|
|
image: ghcr.io/janderedev/automod-bot:sha-8e538df@sha256:c63c3bfd81940e61b9fb3f1f156283c8e5705e5546cc5ddd6076f57c3b0dc499
|
|
imagePullPolicy: "Always"
|
|
resources:
|
|
limits:
|
|
cpu: "2"
|
|
memory: "1024M"
|