mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2026-09-24 16:55:05 +00:00
uptime
This commit is contained in:
@ -19,7 +19,7 @@ spec:
|
||||
- name: regcred
|
||||
containers:
|
||||
- name: uptime-kuma
|
||||
image: louislam/uptime-kuma:2.2.1
|
||||
image: louislam/uptime-kuma:2.5.4-slim
|
||||
ports:
|
||||
- containerPort: 3001
|
||||
name: http
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
echo "get item"
|
||||
bw get item "{{ item.id }}" --session $BW_SESSION | jq -r '.notes' > {{ item.dest }}
|
||||
loop:
|
||||
- { id: "iac.ansible.dockersecrets", dest: "/tmp/monitoring/uptime-kuma/kubernetes-files/files/docker-secrets.yaml" }
|
||||
- { id: "iac.ansible.uptimekuma.dockersecrets", dest: "/tmp/monitoring/uptime-kuma/kubernetes-files/files/docker-secrets.yaml" }
|
||||
- { id: "iac.ansible.uptimekuma.mariadbsecret", dest: "/tmp/monitoring/uptime-kuma/kubernetes-files/files/uptime-kuma-secret.yaml" }
|
||||
- { id: "iac.ansible.uptimekuma.monitorssecret", dest: "/tmp/monitoring/uptime-kuma/kubernetes-files/files/uptime-kuma-monitors-secret.yaml" }
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user