Skip to content

Commit bb2e333

Browse files
ranchodeluxeranchodeluxe
andauthored
Support and Autoscaling Additions (#135)
* helm removal and additions to TF repo * support and autoscaling additions --------- Co-authored-by: ranchodeluxe <greg.corradini@gmail.com>
1 parent 40cf668 commit bb2e333

File tree

17 files changed

+257
-301
lines changed

17 files changed

+257
-301
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
labels: bug
5+
---
6+
7+
<!-- Please search existing issues to avoid creating duplicates. -->
8+
9+
10+
#### Problem description
11+
12+
[this should explain **why** the current behavior is a problem and why the expected output is a better solution.]
13+
14+
#### Expected Output
15+
16+
17+
#### Environment Information
18+
19+
Os, Python version, ...

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Feature Request: [Title of the Feature]
2+
3+
<!-- Please search existing issues/discussions to avoid creating duplicates. -->
4+
5+
### Summary
6+
A brief summary of the feature request and what it aims to accomplish.
7+
8+
### Problem Statement
9+
Describe the problem or pain point that this feature would address. Why is this feature important? What issues are users currently facing that this feature would solve?
10+
11+
### Proposed Solution
12+
Outline the proposed solution for the feature. Include any relevant details, such as how the feature would work, what changes it would involve, and any specific requirements or considerations.
13+
14+
### Additional Details
15+
Provide any additional information that might be helpful for understanding the feature request. This could include:
16+
17+
- Examples of how the feature could be used
18+
- Screenshots or diagrams illustrating the feature
19+
- Potential limitations or edge cases
20+
- Links to related discussions or prior issues

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
helm repo add eoapi https://devseed.com/eoapi-k8s/
3232
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
3333
helm repo add grafana https://grafana.github.io/helm-charts
34+
helm repo add bitnami https://charts.bitnami.com/bitnami
3435
helm repo list
3536
3637
- name: run chart-releaser

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/
22
helm-chart/config.yaml
3-
config_ingress.yaml
3+
config_ingress.yaml
4+
helm-chart/eoapi/charts/*.tgz

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* [Getting Started](#gettingstarted)
1515
* [Helm Installation](#helminstall)
1616
* [Default Configuration and Options](#options)
17-
* [Autoscaling](./docs/autoscaling.md)
17+
* [Autoscaling / Monitoring / Observability](./docs/autoscaling.md)
1818

1919
<a name="whatitis"/>
2020

0 commit comments

Comments
 (0)