Revert "use https"

This reverts commit 4eb385d134.
This commit is contained in:
2025-03-21 20:51:36 +01:00
parent 4eb385d134
commit dbe81b336a
8 changed files with 19 additions and 19 deletions

View File

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