Merge pull request #119 from hcengineering/huly-v411-update

Update self-host kube example to Huly v411
This commit is contained in:
Denis Tingaikin
2025-01-20 00:24:19 +03:00
committed by GitHub
13 changed files with 21 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
HULY_VERSION=v0.6.377
HULY_VERSION=v0.6.411
DOCKER_NAME=huly
# The address of the host or server from which you will access your Huly instance.
+8
View File
@@ -1,5 +1,13 @@
# Huly Migration
## v0.6.411
No changes required.
## v0.6.405
No changes required.
## v0.6.377
### Fulltext Service
+2 -2
View File
@@ -90,7 +90,7 @@ Add these keys into `compose.yaml` in section `services:front:environment`:
```yaml
ses:
image: hardcoreeng/ses:v0.6.295
image: hardcoreeng/ses:v0.6.411
container_name: ses
ports:
- 3335:3335
@@ -129,7 +129,7 @@ Huly audio and video calls are created on top of LiveKit insfrastructure. In ord
```yaml
love:
image: hardcoreeng/love:v0.6.295
image: hardcoreeng/love:v0.6.411
container_name: love
ports:
- 8096:8096
+1 -1
View File
@@ -57,7 +57,7 @@ spec:
configMapKeyRef:
name: huly-config
key: TRANSACTOR_URL
image: hardcoreeng/account:v0.6.377
image: hardcoreeng/account:v0.6.411
name: account
ports:
- containerPort: 3000
@@ -32,7 +32,7 @@ spec:
secretKeyRef:
name: huly-secret
key: SERVER_SECRET
image: hardcoreeng/collaborator:v0.6.377
image: hardcoreeng/collaborator:v0.6.411
name: collaborator
ports:
- containerPort: 3078
+1 -1
View File
@@ -69,7 +69,7 @@ spec:
value: http://stats
- name: DESKTOP_UPDATES_CHANNEL
value: selfhost
image: hardcoreeng/front:v0.6.377
image: hardcoreeng/front:v0.6.411
name: front
ports:
- containerPort: 8080
+1 -1
View File
@@ -47,7 +47,7 @@ spec:
value: http://account
- name: STATS_URL
value: http://stats
image: hardcoreeng/fulltext:v0.6.377
image: hardcoreeng/fulltext:v0.6.411
name: fulltext
ports:
- containerPort: 4700
+1 -1
View File
@@ -15,7 +15,7 @@ spec:
app: rekoni
spec:
containers:
- image: hardcoreeng/rekoni-service:v0.6.377
- image: hardcoreeng/rekoni-service:v0.6.411
name: rekoni
env:
- name: SECRET
+1 -1
View File
@@ -15,7 +15,7 @@ spec:
app: stats
spec:
containers:
- image: hardcoreeng/stats:v0.6.377
- image: hardcoreeng/stats:v0.6.411
name: stats
env:
- name: PORT
+1 -1
View File
@@ -51,7 +51,7 @@ spec:
secretKeyRef:
name: huly-secret
key: SERVER_SECRET
image: hardcoreeng/transactor:v0.6.377
image: hardcoreeng/transactor:v0.6.411
name: transactor
ports:
- containerPort: 3333
+1 -1
View File
@@ -47,7 +47,7 @@ spec:
secretKeyRef:
name: huly-secret
key: SERVER_SECRET
image: hardcoreeng/workspace:v0.6.377
image: hardcoreeng/workspace:v0.6.411
name: workspace
resources:
limits:
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
HULY_VERSION="v0.6.377"
HULY_VERSION="v0.6.411"
DOCKER_NAME="huly"
CONFIG_FILE="huly.conf"
+1 -1
View File
@@ -14,7 +14,7 @@ if [ -z "$LETSENCRYPT_EMAIL" ]; then
exit 1
fi
export HULY_VERSION="v0.6.377"
export HULY_VERSION="v0.6.411"
export HULY_SECRET="secret"
export SERVER_ADDRESS=$DOMAIN_NAME
export LETSENCRYPT_EMAIL=$LETSENCRYPT_EMAIL