fix small mistake in pihole demo

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-16 11:33:11 +02:00
parent b02d660d00
commit 4fffe01d1f
2 changed files with 3 additions and 3 deletions

View File

@@ -21,4 +21,4 @@ sources:
- https://github.com/pi-hole
- https://github.com/pi-hole/docker-pi-hole
type: application
version: 2.0.4
version: 2.0.5

View File

@@ -7,7 +7,7 @@ portals:
- "$kubernetes-resource_configmap_portal_host"
ports:
- "$kubernetes-resource_configmap_portal_port"
path: "/admin/"
path: "/"
admin_portal:
protocols:
- "$kubernetes-resource_configmap_portal_protocol"
@@ -15,7 +15,7 @@ portals:
- "$kubernetes-resource_configmap_portal_host"
ports:
- "$kubernetes-resource_configmap_portal_port"
path: "/"
path: "/admin/"
questions:
- variable: portal
group: "Container Image"