feat(owncast): Add admin portal button (#1450)

* feat(owncast): Add admin portal button

* rename `Admin Portal` to `Admin`
This commit is contained in:
Stavros Kois 2021-12-03 18:01:48 +02:00 committed by GitHub
parent 63e8f0b559
commit 5636280dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -8,7 +8,7 @@ portals:
ports:
- "$kubernetes-resource_configmap_portal_port"
path: "/"
admin_portal:
admin:
protocols:
- "$kubernetes-resource_configmap_portal_protocol"
host: