mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
stash
A Helm chart for Kubernetes
Requirements
| Repository | Name | Version |
|---|---|---|
| oci://registry.gitlab.com/georgeraven/raven-helm-charts | stash | 0.1.1 |
Values
| Key | Type | Default | Description |
|---|---|---|---|
| environment.baseDomain | string | "deepcypher.me" |
|
| environment.contact.email | string | "noreply@deepcypher.me" |
|
| environment.contact.name | string | "George Onoufriou" |
|
| environment.hardware | string | "metal" |
|
| environment.location.name | string | "unknown" |
|
| environment.mode | string | "production" |
|
| environment.name | string | "unknown" |
|
| environment.revision | string | "main" |
|
| stash.enabled | bool | true |
|
| stash.stash.enabled | bool | true |
|
| stash.stash.httpRoute.enabled | bool | true |
|
| stash.stash.httpRoute.exposedPorts[0].number | int | 80 |
|
| stash.stash.httpRoute.hostnames[0] | string | "stash.deepcypher.me" |
|
| stash.stash.httpRoute.parentRefs[0].group | string | "gateway.networking.k8s.io" |
|
| stash.stash.httpRoute.parentRefs[0].kind | string | "Gateway" |
|
| stash.stash.httpRoute.parentRefs[0].name | string | "envoy" |
|
| stash.stash.httpRoute.parentRefs[0].namespace | string | "envoy-gateway" |
|
| stash.stash.persistence.accessModes[0] | string | "ReadWriteMany" |
|
| stash.stash.persistence.enabled | bool | true |
|
| stash.stash.persistence.size | string | "50Gi" |