51 lines
1.2 KiB
YAML
51 lines
1.2 KiB
YAML
env:
|
|
PWP__HOST_DOMAIN: pwpush.forteapps.net
|
|
PWP__HOST_PROTOCOL: https
|
|
PWP__ENABLE_LOGINS: "true"
|
|
PWP__ALLOW_ANONYMOUS: "false"
|
|
PWP__SIGNUPS_ENABLED: "false"
|
|
PWP__MAIL_RAISE_DELIVERY_ERRORS: "false"
|
|
PWP__MAIL_SMTP_ADDRESS: smtp.office365.com
|
|
PWP__MAIL_SMTP_PORT: "587"
|
|
PWP__MAIL_SMTP_AUTHENTICATION: login
|
|
PWP__MAIL_SMTP_STARTTLS: "true"
|
|
PWP__MAIL_SMTP_DOMAIN: fortedigital.com
|
|
PWP__MAIL_SENDER: noreply@fortedigital.com
|
|
|
|
envFrom:
|
|
- secretRef:
|
|
name: passwordpusher-db-creds
|
|
- secretRef:
|
|
name: passwordpusher-smtp-creds
|
|
|
|
ingress:
|
|
enabled: true
|
|
className: traefik
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
gethomepage.dev/enabled: "true"
|
|
gethomepage.dev/name: "PasswordPusher"
|
|
gethomepage.dev/description: "Share passwords securely with expiring links"
|
|
gethomepage.dev/group: "Security"
|
|
gethomepage.dev/icon: "passwordpusher"
|
|
gethomepage.dev/href: "https://pwpush.forteapps.net"
|
|
hosts:
|
|
- host: pwpush.forteapps.net
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: passwordpusher-tls
|
|
hosts:
|
|
- pwpush.forteapps.net
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 512Mi
|
|
|
|
replicaCount: 1
|