64e7b6e895
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/ix-ai/smtp | digest | `afa9064` -> `ab6ccee` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
58 lines
1.4 KiB
YAML
58 lines
1.4 KiB
YAML
image:
|
|
repository: ghcr.io/ix-ai/smtp
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.5.2@sha256:ab6cceedec15c86787cc97430698d35680bb507b8a98df92bec207426309e8b2
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 25
|
|
|
|
smtprelay:
|
|
networks:
|
|
- 172.16.0.0/16
|
|
domains: []
|
|
generic:
|
|
address: ""
|
|
port: 587
|
|
user: ""
|
|
pass: ""
|
|
aliases: []
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
readiness:
|
|
type: tcp
|
|
startup:
|
|
type: tcp
|
|
env:
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
RELAY_NETWORKS: '{{ join " : " .Values.smtprelay.networks }}'
|
|
RELAY_DOMAINS: '{{ join " : " .Values.smtprelay.domains }}'
|
|
DISABLE_IPV6: true
|
|
# # Generic SMTP Relay
|
|
SMARTHOST_ADDRESS: "{{ .Values.smtprelay.generic.address }}"
|
|
SMARTHOST_PORT: "{{ .Values.smtprelay.generic.port }}"
|
|
SMARTHOST_USER: "{{ .Values.smtprelay.generic.user }}"
|
|
SMARTHOST_PASSWORD: "{{ .Values.smtprelay.generic.pass }}"
|
|
SMARTHOST_ALIASES: '{{ join " : " .Values.smtprelay.generic.aliases }}'
|
|
|
|
portal:
|
|
open:
|
|
enabled: false
|