Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/init repo #1

Merged
merged 32 commits into from
Mar 27, 2024
Merged

Feat/init repo #1

merged 32 commits into from
Mar 27, 2024

Conversation

rafajpet
Copy link
Collaborator

No description provided.

@rafajpet rafajpet requested a review from jaygridley March 21, 2024 10:49
@rafajpet rafajpet added the enhancement New feature or request label Mar 21, 2024
@rafajpet rafajpet self-assigned this Mar 21, 2024
@@ -0,0 +1,50 @@
name: Build and publish Docker images
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

.github/workflows/go-binary-release.yml Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to have a chat about this workflow, what we want to achieve here etc.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will remove this action and helm release will be part of next PR

README.md Show resolved Hide resolved
.tool-versions Outdated Show resolved Hide resolved
internal/app/application.go Outdated Show resolved Hide resolved
internal/exporter/exporter.go Show resolved Hide resolved
metrics:
- name: "route53_hosted_zone_records"
help: "Number of resource sets in hosted zone"
script: "aws route53 list-hosted-zones | jq -r '.HostedZones[] | \"id=\(.Id),name=\(.Name),\(.ResourceRecordSetCount)\"'"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add to the example label with a value if the zone is private, ie. private=(.Config.PrivateZone)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@rafajpet rafajpet requested a review from jaygridley March 25, 2024 09:02
test/configs/eip.yaml Outdated Show resolved Hide resolved
@rafajpet rafajpet requested a review from jaygridley March 26, 2024 09:29
Copy link
Member

@jaygridley jaygridley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

runAsNonRoot: true
runAsUser: 1000
capabilities:
add: ["NET_ADMIN", "NET_RAW"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these needed? We should force uses to use non-protected ports when running the Pod

@rafajpet rafajpet merged commit b8f9875 into main Mar 27, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants