chore(staging): bump images + add mpabi.pl host

- Switch custom images to gitea.mpabi.pl registry (rv32i.pl TLS no longer matches).
- Bump frontend to sha-a12c86f.
- Add staging ingress for mpabi.pl pointing to trade-frontend.
This commit is contained in:
u1
2026-01-06 23:46:06 +01:00
parent 5442d52ab1
commit ac50ca2117
5 changed files with 28 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ spec:
- name: gitea-registry
containers:
- name: api
image: rv32i.pl/trade/trade-api:k3s-20260106013603
image: gitea.mpabi.pl/trade/trade-api:k3s-20260106013603
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -16,7 +16,7 @@ spec:
- name: gitea-registry
containers:
- name: frontend
image: rv32i.pl/trade/trade-frontend:sha-6107c4e
image: gitea.mpabi.pl/trade/trade-frontend:sha-a12c86f
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -16,7 +16,7 @@ spec:
- name: gitea-registry
containers:
- name: ingestor
image: rv32i.pl/trade/trade-ingestor:k3s-20260106013603
image: gitea.mpabi.pl/trade/trade-ingestor:k3s-20260106013603
imagePullPolicy: IfNotPresent
env:
- name: MARKET_NAME

View File

@@ -0,0 +1,24 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: trade-frontend-root
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
ingressClassName: traefik
tls:
- hosts:
- mpabi.pl
secretName: mpabi-pl-tls
rules:
- host: mpabi.pl
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: trade-frontend
port:
number: 8081

View File

@@ -7,6 +7,7 @@ resources:
- ../../base
- pgadmin.yaml
- frontend-ingress.yaml
- frontend-ingress-root.yaml
patchesStrategicMerge:
- hasura-patch.yaml