let me add zammad.yaml so you can understand the situation better
- There is access via the public Internet, in that respect everything is ok
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod-global
hosts:
- host: **********.com
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: zammad-tls
hosts:
- **********.com
nodeSelector:
node: zammad
postgresql:
primary:
persistence:
storageClass: gp3
size: 150Gi
nodeSelector:
node: zammad
redis:
master:
nodeSelector:
node: zammad
elasticsearch:
master:
nodeSelector:
node: zammad
memcached:
nodeSelector:
node: zammad
zammadConfig:
nginx:
trustedProxies:
- "127.0.0.1"
- "10.10.0.0/16"
- "172.20.0.0/16"
- "::1"
railsserver:
trustedProxies: "['127.0.0.1', '10.10.0.0/16', '172.20.0.0/16', '::1']"