34 lines
624 B
YAML
34 lines
624 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: gessnerfl/fake-smtp-server
|
|
pullPolicy: Always
|
|
tag: "2.2.1"
|
|
|
|
service:
|
|
smtpPort: 8025
|
|
smtpNodePort: 30825
|
|
webUIPort: 8080
|
|
webUINodePort: 30880
|
|
managementPort: 8081
|
|
managementNodePort: 30881
|
|
|
|
serviceAccount:
|
|
create: false
|
|
annotations: {}
|
|
|
|
autoscaling:
|
|
enabled: false
|
|
|
|
resources:
|
|
requests:
|
|
memory: "250Mi"
|
|
cpu: "50m"
|
|
limits:
|
|
memory: "1000Mi"
|
|
cpu: "500m"
|
|
|
|
env:
|
|
normal:
|
|
# FAKESMTP_AUTHENTICATION_USERNAME: dev_support@dev.eztaxreturn.com
|
|
# FAKESMTP_AUTHENTICATION_PASSWORD: 04303d094781693fd80325ff106d2002232ce5e28862848ffe657a9b03fc6330 |