Skip to content

chore(chart): add helm chart - #673

Draft
SteffenGerdes wants to merge 1 commit into
nextfrom
feature/helm-chart
Draft

chore(chart): add helm chart#673
SteffenGerdes wants to merge 1 commit into
nextfrom
feature/helm-chart

Conversation

@SteffenGerdes

Copy link
Copy Markdown
Contributor

Adds a helm chart for easier ThreatSea deployments in kubernetes clusters

@coderabbitai

coderabbitai Bot commented May 8, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3f2c5dcd-ba87-4ef2-b743-0c874c346f33

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/helm-chart

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@SteffenGerdes
SteffenGerdes force-pushed the feature/helm-chart branch 2 times, most recently from 2735a26 to d4c83b7 Compare May 13, 2026 09:49
@@ -0,0 +1,38 @@
🌊 ThreatSea has been deployed!

{{- if eq .Values.config.authMethod "" }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Wrong condition is about authMethod, but warning is about image tag


# -- Origin of the frontend (used for CORS)
originApp: ""
# -- Origin of the backend (used for CORS)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

originBackend is not just used for CORS, but also for AUTH.

# ── Database ──────────────────────────────────────────────────
- name: DATABASE_HOST
value: {{ include "threatsea.databaseHost" . | quote }}
- name: DATABASE_PORT

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The Port is never read in the application code

imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: {{ .Values.service.containerPort }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The containerPort is configurable here, but in the application it's hardcoded to 8000, which will break if changed here

gatewayName: ""
gatewayNamespace: ""
hostname: threatsea.example.com
tlsSecretName: ""

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

the tlsSecretName is never used in a template

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