Skip to content

Commit

Permalink
Lint gateway chart
Browse files Browse the repository at this point in the history
  • Loading branch information
willmostly authored and nineinchnick committed Dec 4, 2024
1 parent 643da32 commit 5e01541
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up chart-testing
uses: helm/[email protected]
- name: Lint charts
run: ct lint --charts=charts/trino --validate-maintainers=false
run: ct lint --charts=charts/trino,charts/gateway --validate-maintainers=false

test:
runs-on: ubuntu-latest
Expand Down
12 changes: 6 additions & 6 deletions charts/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ ingress:
# ```

resources:
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi
limits:
cpu: 2
memory: 4Gi
requests:
cpu: 2
memory: 4Gi

autoscaling:
enabled: false
Expand Down

0 comments on commit 5e01541

Please sign in to comment.