An open API service indexing awesome lists of open source software.

https://github.com/micnncim/spanner-horizontal-autoscaler

DEPRECATED
https://github.com/micnncim/spanner-horizontal-autoscaler

Last synced: 2 months ago
JSON representation

DEPRECATED

Awesome Lists containing this project

README

        

# Spanner Horizontal Autoscaler

*NOTE*: This is just experimental and PoC. Not for production usecase.

## Example

```yaml
apiVersion: spannerhorizontalautoscaler.k8s.io/v1alpha1
kind: SpannerInstance
metadata:
name: spannerinstance-sample
spec:
instanceId: instance-sample
minNodes: 1
maxNodes: 5
cpuUtilizationThreshold: 70
```