mirror of
https://github.com/versity/versitygw.git
synced 2026-07-21 23:42:26 +00:00
1b8147c19c
This change is needed to expose the admin API and WebUI through standard Kubernetes Ingress resources instead of only through service access or Gateway API routes. It adds configurable ingress blocks in values.yaml, and renders dedicated ingress objects for admin and webui when enabled. Also update corsAllowOrigin comment. Fixes #2251 Fixes #2252
16 lines
399 B
YAML
16 lines
399 B
YAML
apiVersion: v2
|
|
name: versitygw
|
|
description: A Helm chart for deploying the Versity S3 Gateway on Kubernetes
|
|
type: application
|
|
version: 0.3.5
|
|
sources:
|
|
- https://github.com/versity/versitygw
|
|
icon: https://raw.githubusercontent.com/versity/versitygw/main/webui/web/assets/images/Versity-logo-blue-horizontal.png
|
|
keywords:
|
|
- s3
|
|
- gateway
|
|
- object-storage
|
|
- posix
|
|
- s3-compatible
|
|
- versity
|