Задеплоен фронтенд
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 }}
|
||||
@@ -9,6 +9,6 @@ spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 8000
|
||||
targetPort: 3000
|
||||
|
||||
{{ end }}
|
||||
@@ -9,8 +9,8 @@ jwt:
|
||||
database:
|
||||
secretName: liquid-db-app
|
||||
migrateDb: true
|
||||
dropDb: false
|
||||
dropDb: true
|
||||
frontend:
|
||||
enable: false
|
||||
enable: true
|
||||
queue:
|
||||
enable: false
|
||||
Reference in New Issue
Block a user