Skip to content

Commit

Permalink
change flex-smtpd name
Browse files Browse the repository at this point in the history
  • Loading branch information
hcf coder committed Jan 23, 2024
1 parent 66c2942 commit e00aa26
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 97 deletions.
2 changes: 1 addition & 1 deletion charts/flex-smtpd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: flex-smtpd
description: A Helm chart deploying a SMTP relay server https://github.com/highcanfly-club/docker-smtp-relay
type: application
version: 0.1.3
version: 0.1.4
9 changes: 8 additions & 1 deletion charts/flex-smtpd/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ .Release.Name }}-flex-smtpd-deployment
name: {{ .Release.Name }}-flex-smtpd
spec:
replicas: {{ .Values.replicaCount }}
selector:
Expand Down Expand Up @@ -52,6 +52,13 @@ spec:
mountPath: /etc/postfix/certs
readOnly: true
{{- end}}
resources:
requests:
cpu: {{ .Values.resources.requests.cpu }}
memory: {{ .Values.resources.requests.memory }}
limits:
cpu: {{ .Values.resources.limits.cpu }}
memory: {{ .Values.resources.limits.memory }}
{{- if .Values.config.certificateSecretName}}
volumes:
- name: tls-certs
Expand Down
Binary file added repo/flex-smtpd-0.1.4.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions repo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ <h2>Charts</h2>
<li>
<p>
flex-smtpd
(<a href="https://helm-repo.highcanfly.club/flex-smtpd-0.1.3.tgz" title="https://helm-repo.highcanfly.club/flex-smtpd-0.1.3.tgz">
0.1.3
(<a href="https://helm-repo.highcanfly.club/flex-smtpd-0.1.4.tgz" title="https://helm-repo.highcanfly.club/flex-smtpd-0.1.4.tgz">
0.1.4
@

</a>)
Expand Down Expand Up @@ -277,6 +277,6 @@ <h2>Charts</h2>

</ul>
</section>
<time datetime="2024-01-23T13:36:28" pubdate id="generated">Tue Jan 23 2024 01:36:28PM UTC&#43;00:00</time>
<time datetime="2024-01-23T13:41:36" pubdate id="generated">Tue Jan 23 2024 01:41:36PM UTC&#43;00:00</time>
</body>
</html>
Loading

0 comments on commit e00aa26

Please sign in to comment.