Skip to content

Commit

Permalink
Remove outdated openshift deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wkoot committed Jul 12, 2024
1 parent 5f2650d commit b30d862
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 619 deletions.
6 changes: 4 additions & 2 deletions docs/src/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

This document describes how to deploy, and if needed move, the *Quality-time* application. It is aimed at *Quality-time* operators.

*Quality-time* consists of a set of Docker containers that together form the application. See the [software documentation](software.md) for an overview of the different containers. It is assumed the containers are deployed using a Docker-composition. An alternative deployment based on a Helm chart and intended for an OpenShift (Kubernetes) cluster is described in the [Helm for OpenShift README](https://github.com/ICTU/quality-time/tree/master/openshift/helm/README.md).
*Quality-time* consists of a set of Docker containers that together form the application.
See the [software documentation](software.md) for an overview of the different containers.
It is assumed the containers are deployed using a Docker-composition.

*Quality-time* furthermore assumes an LDAP service is available to authenticate users or that forwarded authentication is used.

Expand Down Expand Up @@ -43,7 +45,7 @@ For example:
## Kubernetes
The helm chart for deploying on Kubernetes does not support overriding port numbers.
Setting port environment variables in the `values.yaml` will not change the service port mapping, while the app within the pod will listen on the altered port.
Although setting port environment variables in the `values.yaml` will change the ports that the app within the pod listens to, it will *not* change the service port mapping and therefore lead to a malfunctioning service.
Instead, only the ingress should be configured.

## Configuring authentication (mandatory)
Expand Down
7 changes: 0 additions & 7 deletions openshift/dockerfiles/Dockerfile.apiserver

This file was deleted.

9 changes: 0 additions & 9 deletions openshift/dockerfiles/Dockerfile.collector

This file was deleted.

8 changes: 0 additions & 8 deletions openshift/dockerfiles/Dockerfile.frontend

This file was deleted.

12 changes: 0 additions & 12 deletions openshift/dockerfiles/Dockerfile.proxy

This file was deleted.

44 changes: 0 additions & 44 deletions openshift/dockerfiles/README.md

This file was deleted.

91 changes: 0 additions & 91 deletions openshift/dockerfiles/nginx.conf

This file was deleted.

6 changes: 0 additions & 6 deletions openshift/helm/Chart.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions openshift/helm/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions openshift/helm/templates/apiserver-deployment.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions openshift/helm/templates/collector-deployment.yaml

This file was deleted.

45 changes: 0 additions & 45 deletions openshift/helm/templates/database-deployment.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions openshift/helm/templates/dbdata-persistentvolumeclaim.yaml

This file was deleted.

Loading

0 comments on commit b30d862

Please sign in to comment.