mirror of
https://github.com/pragma-/pbot.git
synced 2025-07-06 13:37:28 +02:00
Args not honored.
This commit is contained in:
parent
ddef5f6ae3
commit
77c6ffacf4
@ -20,6 +20,7 @@ spec:
|
||||
containers:
|
||||
- name: candide
|
||||
image: gcr.io/PROJECT_ID/REPOSITORY/IMAGE:GITHUB_SHA
|
||||
args: ["data_dir=/mnt/persistent", "irc.botnick=candide2"]
|
||||
volumeMounts:
|
||||
- mountPath: /mnt/persistent
|
||||
name: persistent
|
||||
@ -30,9 +31,6 @@ spec:
|
||||
limits:
|
||||
cpu: "0.5"
|
||||
memory: 500Mi
|
||||
args:
|
||||
- "data_dir=/mnt/persistent"
|
||||
- "irc.botnick=candide_"
|
||||
volumes:
|
||||
- name: persistent
|
||||
persistentVolumeClaim:
|
||||
|
Loading…
x
Reference in New Issue
Block a user