added poseidon with aws to k8s changes

This commit is contained in:
Elmar Kresse
2024-08-12 10:02:36 +02:00
parent 5376f7a027
commit 254460d64c
60 changed files with 6912 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@ -0,0 +1,27 @@
# Project binary
/poseidon
# CPU profiling information
cmd/poseidon/default.pgo
# Configuration file
configuration.yaml
tests/e2e/configuration.yaml
# TLS certificate/key
*.crt
*.key
*.pem
# trivy artifacts
.trivy
# coverage reports
/coverage
# IDE files
/.idea
*.iml
# Dockerfiles repository
deploy/dockerfiles