use https
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user