mirror of
https://github.com/pragma-/pbot.git
synced 2025-12-13 04:07:27 +01:00
Run in deaemon mode.
This commit is contained in:
parent
94e30b820c
commit
0904e0c239
@ -22,7 +22,12 @@ spec:
|
|||||||
image: gcr.io/PROJECT_ID/REPOSITORY/IMAGE:GITHUB_SHA
|
image: gcr.io/PROJECT_ID/REPOSITORY/IMAGE:GITHUB_SHA
|
||||||
workingDir: "/opt/pbot"
|
workingDir: "/opt/pbot"
|
||||||
command: ["/opt/pbot/bin/pbot"]
|
command: ["/opt/pbot/bin/pbot"]
|
||||||
args: ["data_dir=/mnt/persistent", "irc.botnick=candide2"]
|
args:
|
||||||
|
[
|
||||||
|
"data_dir=/mnt/persistent",
|
||||||
|
"irc.botnick=candide2",
|
||||||
|
"general.daemon=1",
|
||||||
|
]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /mnt/persistent
|
- mountPath: /mnt/persistent
|
||||||
name: persistent
|
name: persistent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user