add admin portal example to pihole app (wont show on current version of SCALE)

This commit is contained in:
kjeld Schouten-Lebbing 2021-09-16 11:26:07 +02:00
parent fca17ab1f1
commit 0cfdf38090
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 9 additions and 1 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.3
version: 2.0.4

View File

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