mirror of
https://github.com/outbackdingo/xo-pangolin.git
synced 2026-01-27 10:20:59 +00:00
- You can use Geo-blocking now. Maxmind added. - Traefik conf files updated to handle certificates. - Ingress changed to forward TCP to Pangolin - Updated README.md with new changes.
63 lines
1.2 KiB
YAML
63 lines
1.2 KiB
YAML
# Default values for xo-pangolin.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
settings:
|
|
pangolin:
|
|
serverSecretKey: ''
|
|
email:
|
|
enabled: false
|
|
# smtp_host: ""
|
|
# smtp_port: 587
|
|
# smtp_user: ""
|
|
# smtp_pass: ""
|
|
# smtp_tls_reject_unauthorized: false
|
|
|
|
traefik:
|
|
badgerVersion: "v1.2.0"
|
|
certificatesResolver:
|
|
email: ""
|
|
proxyProtocol:
|
|
enabled: false
|
|
insecure: false
|
|
trustedIPs: []
|
|
|
|
maxmind:
|
|
enabled: false
|
|
id: ""
|
|
key: ""
|
|
frequency: 24
|
|
dbs: "GeoLite2-ASN GeoLite2-City GeoLite2-Country"
|
|
|
|
deployments:
|
|
pangolin:
|
|
replicaCount: 1
|
|
image:
|
|
repository: "fosrl/pangolin"
|
|
pullPolicy: IfNotPresent
|
|
tag: "1.12.1"
|
|
gerbil:
|
|
replicaCount: 1
|
|
image:
|
|
repository: "fosrl/gerbil"
|
|
pullPolicy: IfNotPresent
|
|
tag: "1.2.2"
|
|
traefik:
|
|
replicaCount: 1
|
|
image:
|
|
repository: "traefik"
|
|
pullPolicy: IfNotPresent
|
|
tag: "3.4.0"
|
|
maxmind:
|
|
replicaCount: 1
|
|
image:
|
|
repository: "maxmindinc/geoipupdate"
|
|
pullPolicy: IfNotPresent
|
|
tag: "v7.1"
|
|
|
|
ingress:
|
|
hostDomain: pangolin.test
|
|
|
|
# Additional volumes on the output Deployment definition.
|
|
volumes: []
|