Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ To get the current database name, send a GET request to /dbname.
curl http://localhost:8080/dbname
```

### Related Projects

https://github.com/app-sre/gabi-cli

## Detailed Operation

Expand Down
8 changes: 6 additions & 2 deletions openshift/gabi.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ objects:
name: ${GABI_INSTANCE}
annotations:
serviceaccounts.openshift.io/oauth-redirectreference.gabi: '{"kind":"OAuthRedirectReference","apiVersion":"v1","reference":{"kind":"Route","name":"${GABI_INSTANCE}"}}'
imagePullSecrets:
- name: ${IMAGE_PULL_SECRET}
- apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -223,9 +225,9 @@ parameters:
- name: RESOURCES
value: '{"requests": {"memory": "128Mi", "cpu": "100m"}, "limits":{"memory": "256Mi"}}'
- name: OAUTH_PROXY_IMAGE_NAME
value: quay.io/openshift/origin-oauth-proxy
value: registry.redhat.io/openshift4/ose-oauth-proxy-rhel9
- name: OAUTH_PROXY_IMAGE_TAG
value: "4.14.0"
value: "v4.18.0-202506230505.p0.gcbd44ad.assembly.stream.el9"
- name: OAUTH_PROXY_UPSTREAM_TIMEOUT
value: "300s"
- name: OAUTH_PROXY_RESOURCES
Expand Down Expand Up @@ -254,3 +256,5 @@ parameters:
value: gabi-instance
- name: ROUTE_ANNOTATIONS
value: '{"haproxy.router.openshift.io/timeout": "600s"}'
- name: IMAGE_PULL_SECRET
value: ""