Skip to content

Commit 2a7fbb6

Browse files
committed
p
1 parent 10524c0 commit 2a7fbb6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ansible/inventory/host_vars/pihole.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ pihole:
4444
- { ip: 192.168.0.81, domain: "sonarr.local.ildoc.it"}
4545
- { ip: 192.168.0.81, domain: "speedtest.local.ildoc.it"}
4646
- { ip: 192.168.0.81, domain: "tools.local.ildoc.it"}
47-
- { ip: 192.168.0.81, domain: "traefik.local.ildoc.it"}
47+
48+
- { ip: 192.168.0.81, domain: "pocmanager.local.ildoc.it"}
49+
- { ip: 192.168.0.81, domain: "pocsender.local.ildoc.it"}
4850

4951
- { ip: 192.168.0.82, domain: "invidious.local.ildoc.it"}
5052
- { ip: 192.168.0.82, domain: "pbs.local.ildoc.it"}

kubernetes/charts/poctest/templates/deployment-pocmanager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ spec:
1515
spec:
1616
containers:
1717
- name: pocmanager
18-
image: registry.gitlab.local.ildoc.it/bots/pocmanager
18+
image: registry.gitlab.local.ildoc.it/bots/pocmanager:9319b119bef61dc36e92cc510708c820ff97c632
1919

kubernetes/charts/poctest/values.yaml

Whitespace-only changes.

0 commit comments

Comments
 (0)