correct port usage

This commit is contained in:
Tobias Brunner 2024-04-06 22:18:21 +02:00
parent 69ddb32f80
commit 205881f9ca
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk

View file

@ -19,12 +19,12 @@ spec:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
- containerPort: 8000
protocol: TCP
name: http
env:
- name: OAUTH2_PROXY_HTTP_ADDRESS
value: :8080
value: :8000
- name: OAUTH2_PROXY_REVERSE_PROXY
value: "true"
- name: OAUTH2_PROXY_EMAIL_DOMAINS