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: Introduce ingress relation #62

Merged
merged 14 commits into from
Oct 25, 2023
Merged

Conversation

orfeas-k
Copy link
Contributor

@orfeas-k orfeas-k commented Oct 20, 2023

  • Introduce ingress relation so that a virtualService can be created pointing to the envoy's service and UI components can access it using the gRPC-Web protocol.
  • Add ingress relation unit and integration test

Fixes #61

Introduce ingress relation so that there is a virtualService pointing to
the workload's service and UI components can access it via gRPC-Web
protocol.
- Assert that virtual service exists
- Assert that the right endpoint is served
@orfeas-k orfeas-k requested a review from a team as a code owner October 20, 2023 08:48
@orfeas-k orfeas-k force-pushed the kf-4869-envoy-virtual-service branch 2 times, most recently from 72e4fda to 3be5bc5 Compare October 20, 2023 10:40
@orfeas-k orfeas-k force-pushed the kf-4869-envoy-virtual-service branch from 3be5bc5 to 8b58bed Compare October 20, 2023 11:39
tests/integration/test_charm.py Show resolved Hide resolved
tests/integration/test_charm.py Outdated Show resolved Hide resolved
tests/integration/test_charm.py Outdated Show resolved Hide resolved
tests/integration/test_charm.py Outdated Show resolved Hide resolved
tests/unit/test_charm.py Show resolved Hide resolved
src/charm.py Outdated Show resolved Hide resolved
src/charm.py Show resolved Hide resolved
src/charm.py Outdated Show resolved Hide resolved
Copy link
Contributor

@DnPlas DnPlas left a comment

Choose a reason for hiding this comment

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

Just a tiny little comment, other than that LGTM.

Copy link
Member

@misohu misohu left a comment

Choose a reason for hiding this comment

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

LGTM wait for CI to pas please :)

@orfeas-k orfeas-k merged commit 8bd8013 into main Oct 25, 2023
7 checks passed
@orfeas-k orfeas-k deleted the kf-4869-envoy-virtual-service branch October 25, 2023 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

envoy needs a virtualService to be accessible by UI components via gRPC-Web
3 participants