Skip to content

Commit

Permalink
Merge pull request #13 from slr71/main
Browse files Browse the repository at this point in the history
DD-17: added ephemeral-storage resource requests and limits
  • Loading branch information
slr71 authored Feb 29, 2024
2 parents 9fe98c2 + 068f343 commit e0fd722
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 69 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/build-prerelease.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/build-release.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/skaffold-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: skaffold-build

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+(-rc[0-9]+)?"

jobs:
call-workflow-passing-data:
uses: cyverse-de/github-workflows/skaffold-build.yaml
with:
build-prerelease: ${{ contains(github.ref_name, "-rc")
secrets:
harbor-username: ${{ secrets.HARBOR_USERNAME }}
harbor-password: ${{ secrets.HARBOR_PASSWORD }}
2 changes: 2 additions & 0 deletions k8s/analyses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ spec:
requests:
cpu: "100m"
memory: "1Gi"
ephemeral-storage: "1Gi"
limits:
cpu: "3000m"
memory: "3Gi"
ephemeral-storage: "1Gi"
env:
- name: JAVA_TOOL_OPTIONS
valueFrom:
Expand Down

0 comments on commit e0fd722

Please sign in to comment.