fix: use correct firefly url, remove general rules
This commit is contained in:
parent
fd503b895c
commit
1ae6df2499
|
@ -19,7 +19,7 @@ spec:
|
|||
command:
|
||||
- /bin/bash
|
||||
- -c
|
||||
- wget -qO- http://firefly-iii:8080/api/v1/cron/$(cat /etc/crontoken)
|
||||
- wget -qO- http://fireflyiii:8080/api/v1/cron/$(cat /etc/crontoken)
|
||||
volumeMounts:
|
||||
- name: ff-secret
|
||||
mountPath: /etc/crontoken
|
||||
|
|
|
@ -73,6 +73,11 @@ spec:
|
|||
requests:
|
||||
storage: 40Gi
|
||||
|
||||
defaultRule:
|
||||
create: true
|
||||
rules:
|
||||
general: false
|
||||
|
||||
kubelet:
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
|
|
Loading…
Reference in New Issue