Skip to content

Commit

Permalink
docs: 📝 add parameters reference
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr committed Aug 14, 2024
1 parent 98cee10 commit e811472
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ provider:
helm install external-dns external-dns -f external-dns-midaas-values.yaml
```

## Parameters references

| Name | Description | Default value |
| ------------------------ | ----------------------------------------------------- | ---------------------------------- |
| API_SERVER_PORT | define the host where api listen, for all interfaces | `"0.0.0.0"` |
| API_SERVER_HOST | define the port where api listen | `"8888"` |
| API_READ_TIMEOUT | timout until read | `3s` |
| API_WRITE_TIMEOUT | timeout until write | `3s` |
| API_LOG_LEVEL | log level among `DEBUG`,`INFO`,`TRACE`,`WARN`,`ERROR` | `INFO` |
| PROVIDER_SKIP_TLS_VERIFY | enable tls verification | `false` |
| PROVIDER_DNS_ZONE_SUFFIX | dns zone suffix | `"dev.example.com"` |
| PROVIDER_WS_URL | webservice url | `"https://webservice.example.com"` |



## Local development

🚧 Work in progress.
Expand Down

0 comments on commit e811472

Please sign in to comment.