Skip to content

Commit

Permalink
Fix k8s resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mbologna committed Nov 26, 2024
1 parent 3fc9392 commit 4305322
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-scan-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,23 @@ jobs:
uses: actions/checkout@v4

- name: Run Hadolint
uses: hadolint/hadolint-action@v2
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ./Dockerfile
dockerfile: Dockerfile

- name: Lint Shell Script with ShellCheck
uses: ludeeus/action-shellcheck@v2
uses: ludeeus/action-shellcheck@master
with:
files: |
build.sh
entrypoint.sh
- name: Lint Kubernetes files
id: kube-lint-scan
uses: stackrox/kube-linter-action@v1
with:
directory: k8s

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down
1 change: 1 addition & 0 deletions k8s/bitlbee-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
cpu: "1"
requests:
memory: "256Mi"
cpu: "1"
livenessProbe:
exec:
command:
Expand Down
1 change: 1 addition & 0 deletions k8s/bitlbee-stunnel-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
cpu: "1"
requests:
memory: "128Mi"
cpu: "1"
livenessProbe:
exec:
command:
Expand Down

0 comments on commit 4305322

Please sign in to comment.