mirror of
https://github.com/janderedev/automod.git
synced 2025-03-30 06:36:53 +00:00
aa
This commit is contained in:
parent
8e538df1d8
commit
6b310e3601
27
kubernetes.yaml
Normal file
27
kubernetes.yaml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
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"
|
Loading…
Reference in a new issue