31 lines
669 B
YAML
31 lines
669 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: fahdbot
|
|
namespace: default
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: fahdbot
|
|
strategy:
|
|
type: RollingUpdate
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: fahdbot
|
|
spec:
|
|
containers:
|
|
- image: git.sakoma.wang/llamprecht/fahdbot:3ec9991f129b90345ffe14b7cbc19ec34b038e43
|
|
env:
|
|
- name: TZ
|
|
value: Europe/Berlin
|
|
- name: DISCORD_TOKEN
|
|
value: ""
|
|
- name: DISCORD_GUILD_ID
|
|
value: ""
|
|
- name: DISCORD_GROUP_ID
|
|
value: ""
|
|
imagePullPolicy: Always
|
|
name: fahdbot
|
|
restartPolicy: Always
|