integration: fix default port for verify service (#2895) (#2908)

Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
This commit is contained in:
backport-actions-token[bot] 2022-01-07 16:29:32 -05:00 committed by GitHub
parent b50bb6e331
commit 8211bded0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 47 additions and 47 deletions

View file

@ -545,7 +545,7 @@ services:
"name": "verify",
"ports": [
{
"containerPort": 80,
"containerPort": 8000,
"name": "http"
}
]