Run in deaemon mode.

This commit is contained in:
Alex Belanger 2024-03-09 00:44:12 -05:00
parent 94e30b820c
commit 0904e0c239
No known key found for this signature in database
GPG Key ID: 31736D2B10A5F158
1 changed files with 6 additions and 1 deletions

View File

@ -22,7 +22,12 @@ spec:
image: gcr.io/PROJECT_ID/REPOSITORY/IMAGE:GITHUB_SHA
workingDir: "/opt/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:
- mountPath: /mnt/persistent
name: persistent