Skip to content

Commit

Permalink
Support and Autoscaling Additions (#135)
Browse files Browse the repository at this point in the history
* helm removal and additions to TF repo

* support and autoscaling additions

---------

Co-authored-by: ranchodeluxe <[email protected]>
  • Loading branch information
ranchodeluxe and ranchodeluxe authored Sep 3, 2024
1 parent 40cf668 commit bb2e333
Show file tree
Hide file tree
Showing 17 changed files with 257 additions and 301 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Bug Report
about: Create a report to help us improve
labels: bug
---

<!-- Please search existing issues to avoid creating duplicates. -->


#### Problem description

[this should explain **why** the current behavior is a problem and why the expected output is a better solution.]

#### Expected Output


#### Environment Information

Os, Python version, ...
45 changes: 0 additions & 45 deletions .github/ISSUE_TEMPLATE/bug_report.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Feature Request: [Title of the Feature]

<!-- Please search existing issues/discussions to avoid creating duplicates. -->

### Summary
A brief summary of the feature request and what it aims to accomplish.

### Problem Statement
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?

### Proposed Solution
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.

### Additional Details
Provide any additional information that might be helpful for understanding the feature request. This could include:

- Examples of how the feature could be used
- Screenshots or diagrams illustrating the feature
- Potential limitations or edge cases
- Links to related discussions or prior issues
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/feature_request.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
helm repo add eoapi https://devseed.com/eoapi-k8s/
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo list
- name: run chart-releaser
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/
helm-chart/config.yaml
config_ingress.yaml
config_ingress.yaml
helm-chart/eoapi/charts/*.tgz
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* [Getting Started](#gettingstarted)
* [Helm Installation](#helminstall)
* [Default Configuration and Options](#options)
* [Autoscaling](./docs/autoscaling.md)
* [Autoscaling / Monitoring / Observability](./docs/autoscaling.md)

<a name="whatitis"/>

Expand Down
Loading

0 comments on commit bb2e333

Please sign in to comment.