Skip to content

Conversation

GlacierWalrus
Copy link

@GlacierWalrus GlacierWalrus commented Apr 20, 2025

Description

A few fixes to support some productionisation in kubernetes.

I made the changes for my own deployment, it probably needs some tidying up prior to merging, but I thought I would share in case it benefits anyone.

The changes supports

  • configuring additional user ingresses to expose services through "external" ingress providers
  • deploying services as deployments rather than raw pods

REMINDER: Tag Reviewers, so they get notified to review

Is this change user facing?

YES

References (if applicable)

#2610
And probably some others?

I've deployed a testnet using this fork, referring to a personal fork of the ethereum-package here

memoryAllocationMegabytes,
minCpuMilliCores,
minMemoryMegaBytes,
kubernetesConfig,
Copy link
Collaborator

Choose a reason for hiding this comment

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

neat trick to get all kubernetes config for free

@@ -554,6 +554,130 @@
"type": "ReadyCondition",
"content": "ready_conditions?",
"detail": "This field can be used to check the service's readiness after this is started to confirm that it is ready to receive connections and traffic"
},
Copy link
Collaborator

Choose a reason for hiding this comment

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

nice! lsp hasn't been updated in a while, should make a ticket to support missing configs

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.

2 participants