use https

This commit is contained in:
2025-03-21 20:44:25 +01:00
parent 30a460fbc5
commit 4eb385d134
8 changed files with 19 additions and 19 deletions

View File

@@ -30,7 +30,7 @@ spec:
name: huly-config name: huly-config
key: FRONT_URL key: FRONT_URL
- name: STATS_URL - name: STATS_URL
value: http://stats value: https://stats
- name: STORAGE_CONFIG - name: STORAGE_CONFIG
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:

View File

@@ -18,9 +18,9 @@ spec:
containers: containers:
- env: - env:
- name: ACCOUNTS_URL - name: ACCOUNTS_URL
value: http://account value: https://account
- name: STATS_URL - name: STATS_URL
value: http://stats value: https://stats
- name: COLLABORATOR_PORT - name: COLLABORATOR_PORT
value: "3078" value: "3078"
- name: STORAGE_CONFIG - name: STORAGE_CONFIG

View File

@@ -4,13 +4,13 @@ metadata:
namespace: huly namespace: huly
name: huly-config name: huly-config
data: data:
ACCOUNTS_URL: 'http://account.huly.panic.haus/' ACCOUNTS_URL: 'https://account.huly.panic.haus/'
COLLABORATOR_URL: 'ws://collaborator.huly.panic.haus/' COLLABORATOR_URL: 'ws://collaborator.huly.panic.haus/'
FRONT_URL: 'http://track.panic.haus' FRONT_URL: 'https://track.panic.haus'
REKONI_URL: 'http://rekoni.huly.panic.haus/' REKONI_URL: 'https://rekoni.huly.panic.haus/'
STATS_URL: 'http://stats.huly.panic.haus/' STATS_URL: 'https://stats.huly.panic.haus/'
TRANSACTOR_URL: 'ws://transactor;ws://transactor.huly.panic.haus/' TRANSACTOR_URL: 'ws://transactor;ws://transactor.huly.panic.haus/'
MINIO_ENDPOINT: 'minio' MINIO_ENDPOINT: 'minio'
MONGO_URL: 'mongodb://mongodb:27017' MONGO_URL: 'mongodb://mongodb:27017'
ELASTIC_URL: 'http://elastic:9200' ELASTIC_URL: 'https://elastic:9200'
ELASTIC_INDEX_NAME: 'huly_storage_index' ELASTIC_INDEX_NAME: 'huly_storage_index'

View File

@@ -40,7 +40,7 @@ spec:
- name: discovery.type - name: discovery.type
value: single-node value: single-node
- name: http.cors.allow-origin - name: http.cors.allow-origin
value: http://localhost:8082 value: https://localhost:8082
- name: http.cors.enabled - name: http.cors.enabled
value: "true" value: "true"
image: elasticsearch:7.14.2 image: elasticsearch:7.14.2

View File

@@ -23,7 +23,7 @@ spec:
name: huly-config name: huly-config
key: ACCOUNTS_URL key: ACCOUNTS_URL
- name: CALENDAR_URL - name: CALENDAR_URL
value: http://calendar value: https://calendar
- name: COLLABORATOR_URL - name: COLLABORATOR_URL
valueFrom: valueFrom:
configMapKeyRef: configMapKeyRef:
@@ -67,7 +67,7 @@ spec:
- name: UPLOAD_URL - name: UPLOAD_URL
value: /files value: /files
- name: STATS_URL - name: STATS_URL
value: http://stats value: https://stats
- name: DESKTOP_UPDATES_CHANNEL - name: DESKTOP_UPDATES_CHANNEL
value: selfhost value: selfhost
image: hardcoreeng/front:v0.6.471 image: hardcoreeng/front:v0.6.471

View File

@@ -43,11 +43,11 @@ spec:
name: huly-secret name: huly-secret
key: STORAGE_CONFIG key: STORAGE_CONFIG
- name: REKONI_URL - name: REKONI_URL
value: http://rekoni value: https://rekoni
- name: ACCOUNTS_URL - name: ACCOUNTS_URL
value: http://account value: https://account
- name: STATS_URL - name: STATS_URL
value: http://stats value: https://stats
image: hardcoreeng/fulltext:v0.6.471 image: hardcoreeng/fulltext:v0.6.471
name: fulltext name: fulltext
ports: ports:

View File

@@ -18,16 +18,16 @@ spec:
containers: containers:
- env: - env:
- name: ACCOUNTS_URL - name: ACCOUNTS_URL
value: http://account value: https://account
- name: FULLTEXT_URL - name: FULLTEXT_URL
value: http://fulltext value: https://fulltext
- name: FRONT_URL - name: FRONT_URL
valueFrom: valueFrom:
configMapKeyRef: configMapKeyRef:
name: huly-config name: huly-config
key: FRONT_URL key: FRONT_URL
- name: STATS_URL - name: STATS_URL
value: http://stats value: https://stats
- name: STORAGE_CONFIG - name: STORAGE_CONFIG
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:

View File

@@ -18,9 +18,9 @@ spec:
containers: containers:
- env: - env:
- name: ACCOUNTS_URL - name: ACCOUNTS_URL
value: http://account value: https://account
- name: STATS_URL - name: STATS_URL
value: http://stats value: https://stats
- name: TRANSACTOR_URL - name: TRANSACTOR_URL
valueFrom: valueFrom:
configMapKeyRef: configMapKeyRef: