feat(strapi): add admin portal (#1803)

This commit is contained in:
Stavros Kois
2022-01-28 14:55:56 +02:00
committed by GitHub
parent a80bf202f0
commit cfbd32c9e9
2 changed files with 9 additions and 1 deletions

View File

@@ -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

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"