image:
tag: v3.0.0-beta2
logs:
general:
level: DEBUG
access:
enabled: true
service:
type: NodePort
additionalArguments:
- "--entryPoints.postgresql.address=:5432/tcp"
- "--providers.kubernetesCRD.allowEmptyServices=true"
- "--api=true"
- "--api.insecure=true"
- "--api.debug=true"
ports:
postgresql:
expose: true
port: 5432
exposedPort: 5432
nodePort: 32432
protocol: TCP
websecure:
expose: true
port: 8443
exposedPort: 8443
nodePort: 32443
protocol: TCP
traefik:
expose: true
port: 9000
exposedPort: 9000
nodePort: 32431
protocol: TCP
deployment:
replicas: 1
resources:
requests:
cpu: "200m"
memory: "100Mi"
limits:
cpu: "400m"
memory: "300Mi"