I used AWS cognito with config
$ k get pod -l app=vouch
NAME READY STATUS RESTARTS AGE
vouch-74f9486bcf-l8qxl 0/1 CrashLoopBackOff 6 8m2s
$ k logs vouch-74f9486bcf-l8qxl
{"level":"fatal","ts":1656954095.2000952,"msg":"envconfig.Process: assigning VOUCH_PORT to Port: converting 'tcp://172.20.247.10:9090' to type int. details: strconv.ParseInt: parsing \"tcp://172.20.247.10:9090\": invalid syntax"}
image: quay.io/vouch/vouch-proxy
No idea what's wrong here