Задеплоен фронтенд
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
|
# 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.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "1.0.0"
|
appVersion: "1.0.1"
|
||||||
|
|||||||
@@ -14,11 +14,13 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: {{ .Release.Name }}-frontend
|
app: {{ .Release.Name }}-frontend
|
||||||
|
annotations:
|
||||||
|
redeploy-timestamp: "{{ now | unixEpoch }}"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Release.Name }}-frontend
|
- name: {{ .Release.Name }}-frontend
|
||||||
image: ghcr.io/nullptroma/liquid-frontend:latest
|
image: git.nullptr.top/liquidcode/liquidcode-frontend:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 3000
|
||||||
{{ end }}
|
{{ end }}
|
||||||
@@ -9,6 +9,6 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 8000
|
targetPort: 3000
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
@@ -9,8 +9,8 @@ jwt:
|
|||||||
database:
|
database:
|
||||||
secretName: liquid-db-app
|
secretName: liquid-db-app
|
||||||
migrateDb: true
|
migrateDb: true
|
||||||
dropDb: false
|
dropDb: true
|
||||||
frontend:
|
frontend:
|
||||||
enable: false
|
enable: true
|
||||||
queue:
|
queue:
|
||||||
enable: false
|
enable: false
|
||||||
Reference in New Issue
Block a user