forked from infra/ansible
forgejo: disabling oauth-proxy for further debugging
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
c9d9ff084f
commit
e8799f5dc5
2 changed files with 4 additions and 4 deletions
|
|
@ -21,6 +21,6 @@ forgejo_runnerhost_packages:
|
|||
# Staging only: oauth-proxy sidecar on the Forgejo pod protects /metrics via OpenShift OAuth.
|
||||
# Set forgejo_stg_oauth_proxy_cookie_secret in ansible-private (openssl rand -base64 32).
|
||||
forgejo_metrics_oauth_proxy_port: 8080
|
||||
forgejo_metrics_oauth_proxy_image: quay.io/openshift/origin-oauth-proxy:v4.22
|
||||
forgejo_metrics_oauth_proxy_image: quay.io/openshift/origin-oauth-proxy:4.22
|
||||
forgejo_metrics_oauth_proxy_route_name: forgejo-http
|
||||
forgejo_metrics_oauth_proxy_service_name: forgejo-http
|
||||
|
|
|
|||
|
|
@ -68,9 +68,9 @@
|
|||
- name: Deploy Forgejo via Helm
|
||||
ansible.builtin.include_tasks: call-helm.yaml
|
||||
|
||||
- name: Point forgejo-http Service at oauth-proxy sidecar (staging)
|
||||
ansible.builtin.include_tasks: patch-forgejo-http-service-oauth-proxy.yaml
|
||||
when: env == "staging"
|
||||
#- name: Point forgejo-http Service at oauth-proxy sidecar (staging)
|
||||
# ansible.builtin.include_tasks: patch-forgejo-http-service-oauth-proxy.yaml
|
||||
# when: env == "staging"
|
||||
|
||||
- name: Load forgejo runners
|
||||
ansible.builtin.include_tasks: load-forgejo-runners.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue