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: add api-sidecar internal handler #670

Merged
merged 8 commits into from
Jul 3, 2024
Merged

Conversation

tobybellwood
Copy link
Member

@tobybellwood tobybellwood commented Jun 18, 2024

This PR adds support for the api sidecar added in uselagoon/lagoon#3662

@tobybellwood tobybellwood changed the title feat: add sshkey internal handler feat: add api-sidecar internal handler Jun 18, 2024
image: "{{ .Values.apiSidecarHandler.image.repository }}:{{ coalesce .Values.apiSidecarHandler.image.tag .Values.imageTag .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.apiSidecarHandler.image.pullPolicy }}
ports:
- name: http-3333
Copy link
Member

Choose a reason for hiding this comment

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

If this is only used by the other containers in the pod, you don't need to expose any ports. Instead you can listen on :3333 in the sidecar and then access localhost:3333 in the api.

@tobybellwood tobybellwood merged commit 84b72a2 into lagoon-220 Jul 3, 2024
16 checks passed
@tobybellwood tobybellwood deleted the sshkey-handler branch July 3, 2024 01:06
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.

3 participants