Files
dc-kc/charts/debug-utils/README.md

47 lines
2.2 KiB
Markdown

# debug-utils
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
debug-utils to help debug things like DNS resolution etc
## Requirements
| Repository | Name | Version |
|------------|------|---------|
| https://gitlab.com/api/v4/projects/55284972/packages/helm/stable | dns-util(corvid-app) | 0.10.3 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| dns-util.command[0] | string | `"/bin/sh"` | |
| dns-util.command[1] | string | `"-c"` | |
| dns-util.command[2] | string | `"sleep 3600 # sleep for an hour then shut down\n"` | |
| dns-util.cron.enabled | bool | `true` | |
| dns-util.cron.suspend | bool | `true` | |
| dns-util.daemonset.enabled | bool | `false` | |
| dns-util.deployment.enabled | bool | `false` | |
| dns-util.enabled | bool | `true` | |
| dns-util.image.pullPolicy | string | `"IfNotPresent"` | |
| dns-util.image.registry | string | `"registry.k8s.io"` | |
| dns-util.image.repository | string | `"e2e-test-images/agnhost"` | |
| dns-util.image.tag | string | `"2.59"` | |
| dns-util.job.enabled | bool | `false` | |
| dns-util.livenessProbeEnabled | bool | `false` | |
| dns-util.netpol.enabled | bool | `false` | |
| dns-util.podSecurityContextEnabled | bool | `false` | |
| dns-util.readinessProbeEnabled | bool | `false` | |
| dns-util.resources.requests.cpu | string | `"100m"` | |
| dns-util.resources.requests.memory | string | `"200Mi"` | |
| dns-util.securityContextEnabled | bool | `false` | |
| dns-util.startupProbeEnabled | bool | `false` | |
| 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"` | |