Skip to content

Commit

Permalink
Merge pull request #241 from carverauto/updates/k8s_build_and_demo
Browse files Browse the repository at this point in the history
Updates/k8s build and demo
  • Loading branch information
mfreeman451 authored Feb 24, 2025
2 parents e6d667b + f30ce61 commit 1e83c56
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ pkg/cloud/api/web/dist/favicons/
# Ignore versioned build outputs
serviceradar-agent_*
serviceradar-dusk-checker_*
serviceradar-snmp-checker_*

*.rpm

Expand Down
42 changes: 42 additions & 0 deletions .ko.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
defaultBaseImage: cgr.dev/chainguard/static:latest

builds:
- id: serviceradar-agent
dir: ./cmd/agent
main: ./cmd/agent
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X main.version={{.Env.VERSION}}

- id: serviceradar-poller
dir: ./cmd/poller
main: ./cmd/poller
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X main.version={{.Env.VERSION}}

- id: serviceradar-cloud
dir: ./cmd/cloud
main: ./cmd/cloud
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X main.version={{.Env.VERSION}}

- id: serviceradar-dusk-checker
dir: ./cmd/checkers/dusk
main: ./cmd/checkers/dusk
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X main.version={{.Env.VERSION}}

- id: serviceradar-snmp-checker
dir: ./cmd/checkers/snmp
main: ./cmd/checkers/snmp
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X main.version={{.Env.VERSION}}
File renamed without changes.
Binary file added docs/static/img/favicon.ico
Binary file not shown.
Binary file removed docs/static/img/favicons/android-chrome-192x192.png
Binary file not shown.
Binary file removed docs/static/img/favicons/android-chrome-512x512.png
Binary file not shown.
Binary file removed docs/static/img/favicons/apple-touch-icon.png
Binary file not shown.
Binary file removed docs/static/img/favicons/favicon-16x16.png
Binary file not shown.
Binary file removed docs/static/img/favicons/favicon-32x32.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/static/img/favicons/site.webmanifest

This file was deleted.

0 comments on commit 1e83c56

Please sign in to comment.