mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
47 lines
2.2 KiB
Markdown
47 lines
2.2 KiB
Markdown
# debug-utils
|
|
|
|
  
|
|
|
|
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.56"` | |
|
|
| 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"` | |
|
|
|