fix: use correct firefly url, remove general rules
This commit is contained in:
parent
fd503b895c
commit
1ae6df2499
|
@ -19,7 +19,7 @@ spec:
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
- -c
|
- -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:
|
volumeMounts:
|
||||||
- name: ff-secret
|
- name: ff-secret
|
||||||
mountPath: /etc/crontoken
|
mountPath: /etc/crontoken
|
||||||
|
|
|
@ -73,6 +73,11 @@ spec:
|
||||||
requests:
|
requests:
|
||||||
storage: 40Gi
|
storage: 40Gi
|
||||||
|
|
||||||
|
defaultRule:
|
||||||
|
create: true
|
||||||
|
rules:
|
||||||
|
general: false
|
||||||
|
|
||||||
kubelet:
|
kubelet:
|
||||||
enabled: true
|
enabled: true
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
|
|
Loading…
Reference in New Issue