forked from lavalink-devs/Lavalink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lavalink_install.yml
44 lines (44 loc) · 967 Bytes
/
lavalink_install.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
apiVersion: apps/v1
kind: Deployment
metadata:
name: loe-bot-deployment
namespace: botnamespace
labels:
app: loe-bot
spec:
replicas: 1
selector:
matchLabels:
app: loe-bot
template:
metadata:
labels:
app: loe-bot
spec:
containers:
- name: loe-bot-container
image: theetails/loe-music-bot:1.0.7
imagePullPolicy: Always
resources:
requests:
memory: "256Mi"
cpu: "250m"
limits:
memory: "1Gi"
cpu: "250m"
env:
- name: LAVA_HOST_PORT
valueFrom:
secretKeyRef:
name: bot-ports
key: LAVA_PORT
- name: LAVA_HOST
valueFrom:
secretKeyRef:
name: lava-creds
key: LAVA_HOST
- name: LAVA_PSD
valueFrom:
secretKeyRef:
name: lava-creds
key: LAVA_PSD