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