mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-18 04:40:22 +08:00
feat(strapi): add admin portal (#1803)
This commit is contained in:
@@ -24,7 +24,7 @@ sources:
|
||||
- https://hub.docker.com/r/strapi/strapi
|
||||
- https://github.com/strapi/strapi
|
||||
- https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/installation/docker.html#creating-a-strapi-project
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user