https://github.com/micnncim/spanner-horizontal-autoscaler
DEPRECATED
https://github.com/micnncim/spanner-horizontal-autoscaler
Last synced: 2 months ago
JSON representation
DEPRECATED
- Host: GitHub
- URL: https://github.com/micnncim/spanner-horizontal-autoscaler
- Owner: micnncim
- Archived: true
- Created: 2019-10-08T10:18:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T00:11:32.000Z (over 2 years ago)
- Last Synced: 2025-02-23T11:18:19.954Z (4 months ago)
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```