1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00
Commit Graph

115 Commits

Author SHA1 Message Date
Tejas Parikh
10331e23e9 updated syslog port to string in openshift template
Signed-off-by: Tejas Parikh <tparikh@redhat.com>
2019-12-16 15:51:38 -05:00
Jake Moshenko
fdfc227f21 Merge pull request #92 from tparikh/projquay67
PROJQUAY67 - added syslog sidecar to openshift template
2019-12-16 13:51:34 -05:00
Jimmy Zelinskie
ba3d0bd636 openshift: use one template for all of quay
This merges the monitoring work back into the single quay-app
deployment.

It'd only make sense to separate monitoring if it had its whole own
deployment including images etc...
2019-12-16 12:36:20 -05:00
Jimmy Zelinskie
af868c46d0 deploy/openshift: template monitoring resources 2019-12-16 12:08:49 -05:00
Tejas Parikh
4c1ec7863e PROJQUAY67 - added syslog sidecar to openshift template
Deploy a syslog sidecar with Quay app container and forward logs to AWS CloudWatch.

JIRA: https://issues.redhat.com/projects/PROJQUAY/issues/PROJQUAY-67

Signed-off-by: Tejas Parikh <tparikh@redhat.com>
2019-12-16 11:53:01 -05:00
Jimmy Zelinskie
2d7c0e0955 deploy: add prom service for OpenShift 2019-12-13 15:27:11 -05:00
Tejas Parikh
4200297bc7 mount the extra_ca_certs dir in /conf/stack
Signed-off-by: Tejas Parikh <tparikh@redhat.com>
2019-12-12 12:46:15 -05:00
Tejas Parikh
ae0116dc36 added metrics port to clusterip service
JIRA: https://issues.redhat.com/browse/PROJQUAY-56

Signed-off-by: Tejas Parikh <tparikh@redhat.com>
2019-12-11 10:54:51 -05:00
Tejas Parikh
c3d0150b51 removed commented out code
Signed-off-by: Tejas Parikh <tparikh@redhat.com>
2019-12-10 13:45:25 -05:00
Tejas Parikh
43b25938ed PROJQUAY-39 modified quay liveness and readiness probes
The Liveness and Readniess probes were not working because the connection to port 8443 was being rejected due to SSL cert issues. As the cert is setup for external domain name, requests to `localhost` were being rejected with `400` error code.

The modified check uses `curl` with `-k` (insecure) flag to check if the application is ready and later check if it is still live.

https://issues.redhat.com/browse/PROJQUAY-39

Signed-off-by: Tejas Parikh <tparikh@redhat.com>
2019-12-10 13:33:21 -05:00
Tejas Parikh
246597b43f PROJQUAY-23 - openshift template updated to allow custom namespace and config secret name
Added environments for Quay container so user can provide a custom names for namespace and config secret.

Signed-off-by: Tejas Parikh <tparikh@redhat.com>
2019-11-22 14:28:41 -05:00
Tejas Parikh
d0d68816f9 update QUAY_APP_DEPLOYMENT_PROGRESS_DEADLINE_SECONDS value for openshift deployment
Signed-off-by: Tejas Parikh <tparikh@redhat.com>
2019-11-19 16:08:27 -05:00
Tejas Parikh
f386e7acce updated memory limits and requests
Signed-off-by: Tejas Parikh <tparikh@redhat.com>
2019-11-18 15:10:12 -05:00
Tejas Parikh
c975807e50 added OpenShift template for Quay app
Signed-off-by: Tejas Parikh <tparikh@redhat.com>
2019-11-18 12:57:07 -05:00
Jimmy Zelinskie
9c0dd3b722 initial import for Open Source 🎉 2019-11-12 11:09:47 -05:00