3
0
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:
Alex Belanger 2024-03-08 23:21:50 -05:00
parent ddef5f6ae3
commit 77c6ffacf4
No known key found for this signature in database
GPG Key ID: 31736D2B10A5F158

View File

@ -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: