diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index c4ebce97..698be4c0 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -20,6 +20,8 @@ spec: containers: - name: candide 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"] volumeMounts: - mountPath: /mnt/persistent