Задеплоен фронтенд

This commit is contained in:
2025-10-27 18:21:10 +03:00
parent f9d1623232
commit 0bf26af326
4 changed files with 8 additions and 6 deletions

View File

@@ -21,4 +21,4 @@ version: 1.0.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0.0"
appVersion: "1.0.1"

View File

@@ -14,11 +14,13 @@ spec:
metadata:
labels:
app: {{ .Release.Name }}-frontend
annotations:
redeploy-timestamp: "{{ now | unixEpoch }}"
spec:
containers:
- name: {{ .Release.Name }}-frontend
image: ghcr.io/nullptroma/liquid-frontend:latest
image: git.nullptr.top/liquidcode/liquidcode-frontend:latest
imagePullPolicy: Always
ports:
- containerPort: 8000
- containerPort: 3000
{{ end }}

View File

@@ -9,6 +9,6 @@ spec:
ports:
- protocol: TCP
port: 80
targetPort: 8000
targetPort: 3000
{{ end }}

View File

@@ -9,8 +9,8 @@ jwt:
database:
secretName: liquid-db-app
migrateDb: true
dropDb: false
dropDb: true
frontend:
enable: false
enable: true
queue:
enable: false