Задеплоен фронтенд
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user