image: repository: who-need-help tag: local pullPolicy: IfNotPresent web: replicas: 2 worker: replicas: 2 service: type: ClusterIP port: 80 nodePort: null app: host: localhost scheme: https urlPort: "443" port: "4000" poolSize: "10" databaseUrl: ecto://postgres:postgres@postgis/who_need_help secretKeyBase: replace-before-public-deployment handoverSecret: replace-before-public-deployment releaseCookie: replace-before-public-deployment codexSessionId: not-configured # Shared limits are opt-in; set only after product policy thresholds are approved. rateLimitPoliciesJson: "{}" mapTileUrl: https://tile.openstreetmap.org/{z}/{x}/{y}.png smtpRelay: mailpit smtpPort: "1025" existingSecret: "" ingress: enabled: false className: "" annotations: {} hosts: - host: who-need-help.local paths: - path: / pathType: Prefix tls: [] podAnnotations: {} podLabels: {} nodeSelector: {} tolerations: [] affinity: {}