Skip to content
Merged
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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOCKER_TAG ?= $(USER)
# default helm chart version must be 0.0.42 for local development (because 42 is the answer to the universe and everything)
HELM_SEMVER ?= 0.0.42
# The list of helm charts needed on internal kubernetes testing environments
CHARTS_INTEGRATION := wire-server databases-ephemeral rabbitmq fake-aws ingress-nginx-controller nginx-ingress-services fluent-bit kibana restund k8ssandra-test-cluster wire-server-enterprise
CHARTS_INTEGRATION := wire-server databases-ephemeral rabbitmq fake-aws ingress-nginx-controller nginx-ingress-services fluent-bit kibana k8ssandra-test-cluster wire-server-enterprise
# The list of helm charts to publish on S3
# FUTUREWORK: after we "inline local subcharts",
# (e.g. move charts/brig to charts/wire-server/brig)
Expand All @@ -17,7 +17,7 @@ CHARTS_RELEASE := wire-server redis-ephemeral rabbitmq rabbitmq-external databas
fake-aws fake-aws-s3 fake-aws-sqs aws-ingress fluent-bit kibana backoffice \
calling-test demo-smtp elasticsearch-curator elasticsearch-external \
elasticsearch-ephemeral minio-external cassandra-external \
ingress-nginx-controller nginx-ingress-services reaper restund \
ingress-nginx-controller nginx-ingress-services reaper \
k8ssandra-test-cluster ldap-scim-bridge wire-server-enterprise
KIND_CLUSTER_NAME := wire-server
HELM_PARALLELISM ?= 1 # 1 for sequential tests; 6 for all-parallel tests
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ This repository contains the following source code:
- **cannon**: WebSocket Push Notifications
- **cargohold**: Asset (image, file, ...) Storage
- **proxy**: 3rd Party API Integration
- **restund**: STUN/TURN server for use in Audio/Video calls
- **spar**: Single-Sign-On (SSO)

- **tools**
Expand Down
1 change: 0 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ packages:
, tools/db/repair-brig-clients-table/
, tools/db/service-backfill/
, tools/rabbitmq-consumer
, tools/rex/
, tools/stern/
, tools/mlsstats/
, tools/test-stats/
Expand Down
1 change: 1 addition & 0 deletions changelog.d/0-release-notes/restund.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Restund helm chart and code stops being supported and shipped. If you have not already, please migrate to coturn which continues to be supported.
14 changes: 0 additions & 14 deletions charts/restund/Chart.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions charts/restund/README.md

This file was deleted.

51 changes: 0 additions & 51 deletions charts/restund/templates/_helpers.tpl

This file was deleted.

9 changes: 0 additions & 9 deletions charts/restund/templates/ca-configmap.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions charts/restund/templates/configmap-restund-conf-template.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions charts/restund/templates/secret-or-certificate.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions charts/restund/templates/secret.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions charts/restund/templates/service-account.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions charts/restund/templates/service.yaml

This file was deleted.

Loading
Loading