Skip to content

[_]: chore/add Helm chart for mail-api and stalwart services#21

Open
jzunigax2 wants to merge 6 commits intomasterfrom
chore/initial-k8-config
Open

[_]: chore/add Helm chart for mail-api and stalwart services#21
jzunigax2 wants to merge 6 commits intomasterfrom
chore/initial-k8-config

Conversation

@jzunigax2
Copy link
Copy Markdown
Contributor

  • Created Chart.yaml and values.yaml for mail-api, defining application metadata and configuration options.
  • Implemented deployment and service templates for mail-api, including environment variables and resource limits.
  • Established Chart.yaml and values.yaml for stalwart service, detailing its configuration and environment settings.
  • Added service and statefulset templates for stalwart, ensuring proper service exposure and state management.

@jzunigax2 jzunigax2 requested a review from sg-gs April 15, 2026 14:39
@jzunigax2 jzunigax2 self-assigned this Apr 15, 2026
@jzunigax2 jzunigax2 added the enhancement New feature or request label Apr 15, 2026
Comment thread deploy/charts/mail-server/templates/deployment.yaml Fixed
annotations:
checksum/config: {{ .Values.config | sha256sum }}
spec:
containers:
checksum/config: {{ .Values.config | sha256sum }}
spec:
containers:
- name: stalwart
Comment thread deploy/charts/mail-api/values.yaml Outdated
NODE_ENV: production
PORT: "3100"

RDS_HOSTNAME: postgres-postgresql
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Make all these things dynamic using values, otherwise we cannot config them

- Created Chart.yaml and values.yaml for mail-api, defining application metadata and configuration options.
- Implemented deployment and service templates for mail-api, including environment variables and resource limits.
- Established Chart.yaml and values.yaml for stalwart service, detailing its configuration and environment settings.
- Added service and statefulset templates for stalwart, ensuring proper service exposure and state management.
… deployment

- Changed workflow branch from 'master' to 'chore/initial-k8-config'.
- Renamed mail-api references to mail-server in the build and deployment steps.
- Deleted the mail-api Helm chart and added a new mail-server Helm chart with configuration files.
- Implemented deployment and service templates for mail-server, including environment variables and resource limits.
- Updated stalwart service configuration to reference mail-server instead of mail-api.
@jzunigax2 jzunigax2 force-pushed the chore/initial-k8-config branch from 2fd9d83 to 44bad50 Compare April 24, 2026 23:01
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
9 Security Hotspots
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@jzunigax2 jzunigax2 requested a review from sg-gs April 27, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants