Skip to content

Commit

Permalink
Resolve Conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com>
  • Loading branch information
Sheikh-Abubaker committed Jun 24, 2024
2 parents cba266b + 559ecf4 commit 7225557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tempo-distributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ The memcached default args are removed and should be provided manually. The sett
| gateway.readinessProbe.timeoutSeconds | int | `1` | |
| gateway.replicas | int | `1` | Number of replicas for the gateway |
| gateway.resources | object | `{}` | Resource requests and limits for the gateway |
| gateway.service.additionalPorts | object | `{}` | Additional ports to be opneed on gateway service (e.g. for RPC connections) |
| gateway.service.additionalPorts | list | `[]` | Additional ports to be opneed on gateway service (e.g. for RPC connections) |
| gateway.service.annotations | object | `{}` | Annotations for the gateway service |
| gateway.service.clusterIP | string | `nil` | ClusterIP of the gateway service |
| gateway.service.labels | object | `{}` | Labels for gateway service |
Expand Down
2 changes: 1 addition & 1 deletion charts/tempo-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@ gateway:
# -- Labels for gateway service
labels: {}
# -- Additional ports to be opneed on gateway service (e.g. for RPC connections)
additionalPorts: {}
additionalPorts: []
# Gateway ingress configuration
ingress:
# -- Specifies whether an ingress for the gateway should be created
Expand Down

0 comments on commit 7225557

Please sign in to comment.