1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-05-23 14:07:11 +02:00

integration: fix default port for verify service ()

This commit is contained in:
Caleb Doxsey 2022-01-05 12:48:35 -07:00 committed by GitHub
parent d864aa64e5
commit 6ed3fa20bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 47 additions and 47 deletions
integration/clusters/gitlab-kubernetes

View file

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