Skip to content

Commit

Permalink
Merge pull request #300 from VictoriaMetrics/update-doc-files
Browse files Browse the repository at this point in the history
updates docs
  • Loading branch information
f41gh7 authored Jul 31, 2021
2 parents 9f7319d + 7ce476c commit cf031e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api.MD
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ TargetRef describes target for user traffic forwarding. one of target types can
| crd | CRD describes exist operator's CRD object, operator generates access url based on CRD params. | *[CRDRef](#crdref) | false |
| static | Static - user defined url for traffic forward, for instance http://vmsingle:8429 | *[StaticRef](#staticref) | false |
| paths | Paths - matched path to route. | []string | false |
| target_path_suffx | QueryParams []string `json:\"queryParams,omitempty\"` TargetPathSuffix allows to add some suffix to the target path It allows to hide tenant configuration from user with crd as ref. it also may contain any url encoded params. | string | false |
| target_path_suffix | QueryParams []string `json:\"queryParams,omitempty\"` TargetPathSuffix allows to add some suffix to the target path It allows to hide tenant configuration from user with crd as ref. it also may contain any url encoded params. | string | false |

[Back to TOC](#table-of-contents)

Expand Down
4 changes: 2 additions & 2 deletions vars.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Auto Generated vars for package config
## updated at Wed Jul 28 03:29:22 UTC 2021
## updated at Sat Jul 31 02:54:01 UTC 2021


| varible name | variable default value | variable required | variable description |
Expand Down Expand Up @@ -85,7 +85,7 @@
| VM_VMBACKUP_RESOURCE_REQUEST_CPU | 150m | false | - |
| VM_VMBACKUP_LOGLEVEL | INFO | false | - |
| VM_VMAUTHDEFAULT_IMAGE | victoriametrics/vmauth | false | - |
| VM_VMAUTHDEFAULT_VERSION | v1.60.0 | false | - |
| VM_VMAUTHDEFAULT_VERSION | v1.63.0 | false | - |
| VM_VMAUTHDEFAULT_CONFIGRELOADIMAGE | quay.io/prometheus-operator/prometheus-config-reloader:v0.48.1 | false | - |
| VM_VMAUTHDEFAULT_PORT | 8427 | false | - |
| VM_VMAUTHDEFAULT_USEDEFAULTRESOURCES | true | false | - |
Expand Down

0 comments on commit cf031e3

Please sign in to comment.