flux-charts/infra-ingress
2024-08-07 17:13:51 +02:00
..
templates fix(infra-ingress): add tracing 2024-07-19 16:34:55 +02:00
.helmignore fix(infra-ingress): init 2023-11-25 01:46:05 +01:00
Chart.yaml fix: chart-testing 2023-12-20 01:43:22 +01:00
README.adoc fix(infra-monitoring): add tempo 2024-08-07 17:13:51 +02:00
values.yaml fix(infra-ingress): add tracing 2024-07-19 16:34:55 +02:00


= infra-ingress

image::https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square[Version: 0.1.0]
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
== Maintainers

.Maintainers
|===
| Name | Email | Url

| WrenIX
|
| <https://wrenix.eu>
|===

== Values

.Values Commons helm release
|===
| Key | Type | Default | Description

| commons.helm.release.driftDetection
| object
| `{}`
| driftDetection of FluxCD HelmRelease

| commons.helm.release.install
| object
| `{}`
| install of FluxCD HelmRelease

| commons.helm.release.test
| object
| `{}`
| test of FluxCD HelmRelease

| commons.helm.release.upgrade
| object
| `{}`
| upgrade of FluxCD HelmRelease
|===

.Values Commons Ingress
|===
| Key | Type | Default | Description

| commons.ingress.domain
| string
| `"wrenix.eu"`
| top domain for all services
|===

.Values Commons Monitoring
|===
| Key | Type | Default | Description

| commons.prometheus.monitor.labels
| object
| `{}`
| labels on Pod- and Service-Monitor
|===

.Values Commons Tracing
|===
| Key | Type | Default | Description

| commons.tracing.enabled
| bool
| `false`
| enable tracing on all components

| commons.tracing.grpc.enabled
| bool
| `true`
| prefer grpc over http

| commons.tracing.grpc.endpoint
| string
| `"tempo.monitoring.svc:4317"`
| grpc endpoint

| commons.tracing.grpc.insecure
| bool
| `true`
| allow insecure connection per grpc

| commons.tracing.http.endpoint
| string
| `"http://tempo.monitoring.svc:4318/v1/traces"`
| http endpoint
|===
.Values Other Values
|===
| Key | Type | Default | Description

| controller
| string
| `"traefik"`
|

| external
| bool
| `true`
|

| hostNetwork
| bool
| `true`
|

| init.namespace
| string
| `"bases"`
|

| init.version
| int
| `0`
|

| traefik.additionalArguments
| list
| `[]`
|

| traefik.hostPath
| string
| `"/srv/k8s/pv/pvc-traefik-certs"`
|

| traefik.ports
| object
| `{}`
|
|===

Autogenerated from chart metadata using https://github.com/norwoodj/helm-docs[helm-docs]