From 4eb385d134f645b305ac584a1fb240983c0ac5bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Fri, 21 Mar 2025 20:44:25 +0100 Subject: [PATCH] use https --- deploy/huly/account/account-deployment.yaml | 2 +- deploy/huly/collaborator/collaborator-deployment.yaml | 4 ++-- deploy/huly/config/config.yaml | 10 +++++----- deploy/huly/elastic/elastic-deployment.yaml | 2 +- deploy/huly/front/front-deployment.yaml | 4 ++-- deploy/huly/fulltext/fulltext-deployment.yaml | 6 +++--- deploy/huly/transactor/transactor-deployment.yaml | 6 +++--- deploy/huly/workspace/workspace-deployment.yaml | 4 ++-- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/deploy/huly/account/account-deployment.yaml b/deploy/huly/account/account-deployment.yaml index 09feedb..b4c83b2 100644 --- a/deploy/huly/account/account-deployment.yaml +++ b/deploy/huly/account/account-deployment.yaml @@ -30,7 +30,7 @@ spec: name: huly-config key: FRONT_URL - name: STATS_URL - value: http://stats + value: https://stats - name: STORAGE_CONFIG valueFrom: secretKeyRef: diff --git a/deploy/huly/collaborator/collaborator-deployment.yaml b/deploy/huly/collaborator/collaborator-deployment.yaml index f25ab26..e570624 100644 --- a/deploy/huly/collaborator/collaborator-deployment.yaml +++ b/deploy/huly/collaborator/collaborator-deployment.yaml @@ -18,9 +18,9 @@ spec: containers: - env: - name: ACCOUNTS_URL - value: http://account + value: https://account - name: STATS_URL - value: http://stats + value: https://stats - name: COLLABORATOR_PORT value: "3078" - name: STORAGE_CONFIG diff --git a/deploy/huly/config/config.yaml b/deploy/huly/config/config.yaml index 61098d7..242a7f9 100644 --- a/deploy/huly/config/config.yaml +++ b/deploy/huly/config/config.yaml @@ -4,13 +4,13 @@ metadata: namespace: huly name: huly-config data: - ACCOUNTS_URL: 'http://account.huly.panic.haus/' + ACCOUNTS_URL: 'https://account.huly.panic.haus/' COLLABORATOR_URL: 'ws://collaborator.huly.panic.haus/' - FRONT_URL: 'http://track.panic.haus' - REKONI_URL: 'http://rekoni.huly.panic.haus/' - STATS_URL: 'http://stats.huly.panic.haus/' + FRONT_URL: 'https://track.panic.haus' + REKONI_URL: 'https://rekoni.huly.panic.haus/' + STATS_URL: 'https://stats.huly.panic.haus/' TRANSACTOR_URL: 'ws://transactor;ws://transactor.huly.panic.haus/' MINIO_ENDPOINT: 'minio' MONGO_URL: 'mongodb://mongodb:27017' - ELASTIC_URL: 'http://elastic:9200' + ELASTIC_URL: 'https://elastic:9200' ELASTIC_INDEX_NAME: 'huly_storage_index' diff --git a/deploy/huly/elastic/elastic-deployment.yaml b/deploy/huly/elastic/elastic-deployment.yaml index cd87984..dd7ea7b 100644 --- a/deploy/huly/elastic/elastic-deployment.yaml +++ b/deploy/huly/elastic/elastic-deployment.yaml @@ -40,7 +40,7 @@ spec: - name: discovery.type value: single-node - name: http.cors.allow-origin - value: http://localhost:8082 + value: https://localhost:8082 - name: http.cors.enabled value: "true" image: elasticsearch:7.14.2 diff --git a/deploy/huly/front/front-deployment.yaml b/deploy/huly/front/front-deployment.yaml index 696bd22..17743e2 100644 --- a/deploy/huly/front/front-deployment.yaml +++ b/deploy/huly/front/front-deployment.yaml @@ -23,7 +23,7 @@ spec: name: huly-config key: ACCOUNTS_URL - name: CALENDAR_URL - value: http://calendar + value: https://calendar - name: COLLABORATOR_URL valueFrom: configMapKeyRef: @@ -67,7 +67,7 @@ spec: - name: UPLOAD_URL value: /files - name: STATS_URL - value: http://stats + value: https://stats - name: DESKTOP_UPDATES_CHANNEL value: selfhost image: hardcoreeng/front:v0.6.471 diff --git a/deploy/huly/fulltext/fulltext-deployment.yaml b/deploy/huly/fulltext/fulltext-deployment.yaml index 6fc52ff..f299184 100644 --- a/deploy/huly/fulltext/fulltext-deployment.yaml +++ b/deploy/huly/fulltext/fulltext-deployment.yaml @@ -43,11 +43,11 @@ spec: name: huly-secret key: STORAGE_CONFIG - name: REKONI_URL - value: http://rekoni + value: https://rekoni - name: ACCOUNTS_URL - value: http://account + value: https://account - name: STATS_URL - value: http://stats + value: https://stats image: hardcoreeng/fulltext:v0.6.471 name: fulltext ports: diff --git a/deploy/huly/transactor/transactor-deployment.yaml b/deploy/huly/transactor/transactor-deployment.yaml index 8707e9c..ecfae0a 100644 --- a/deploy/huly/transactor/transactor-deployment.yaml +++ b/deploy/huly/transactor/transactor-deployment.yaml @@ -18,16 +18,16 @@ spec: containers: - env: - name: ACCOUNTS_URL - value: http://account + value: https://account - name: FULLTEXT_URL - value: http://fulltext + value: https://fulltext - name: FRONT_URL valueFrom: configMapKeyRef: name: huly-config key: FRONT_URL - name: STATS_URL - value: http://stats + value: https://stats - name: STORAGE_CONFIG valueFrom: secretKeyRef: diff --git a/deploy/huly/workspace/workspace-deployment.yaml b/deploy/huly/workspace/workspace-deployment.yaml index 35da388..9cb4092 100644 --- a/deploy/huly/workspace/workspace-deployment.yaml +++ b/deploy/huly/workspace/workspace-deployment.yaml @@ -18,9 +18,9 @@ spec: containers: - env: - name: ACCOUNTS_URL - value: http://account + value: https://account - name: STATS_URL - value: http://stats + value: https://stats - name: TRANSACTOR_URL valueFrom: configMapKeyRef: