Skip to content

F# k8s deployment #3189

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

Merged
merged 26 commits into from
Sep 11, 2021
Merged

F# k8s deployment #3189

merged 26 commits into from
Sep 11, 2021

Conversation

pbiggar
Copy link
Member

@pbiggar pbiggar commented Sep 9, 2021

This adds Apiserver to the kubernetes deployment. It's not yet hooked up to the ingress, so we're just testing that the server starts up.

  • adds a container for F#
  • adds an apiserver container based on it, which has debugging disabled,
  • rename LibService/Healthcheck to LibService/Kubernetes
  • add liveness, readiness, and startupprobe endpoints, running on their own ports
  • handle shutdown on SIGTERM
  • split legacyserver into legacy_serialization_server and legacy_fuzzing_server - this means the legacy_serialization_container doesn't need to connect to the DB
  • add health checks and preStop to the fuzzing container

Misc:

  • add notes to the coding guide
  • fix path to gcp-proxy-db

@pbiggar pbiggar force-pushed the paul/fsharp-deployment branch from b41fcc6 to 46c20ba Compare September 11, 2021 01:46
@pbiggar pbiggar merged commit e60e6cd into main Sep 11, 2021
@pbiggar pbiggar deleted the paul/fsharp-deployment branch September 11, 2021 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant