Compare commits

...

2 Commits

Author SHA1 Message Date
u1
227d035f01 chore(ingress): switch hosts to mpabi.pl
- trade: trade.mpabi.pl\n- portainer: portainer.mpabi.pl
2026-01-06 18:03:42 +01:00
u1
f1da4ca774 chore(frontend): bump image to sha-6107c4e 2026-01-06 17:50:31 +01:00
3 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -91,10 +91,10 @@ spec:
ingressClassName: traefik ingressClassName: traefik
tls: tls:
- hosts: - hosts:
- portainer.rv32i.pl - portainer.mpabi.pl
secretName: portainer-rv32i-pl-tls secretName: portainer-mpabi-pl-tls
rules: rules:
- host: portainer.rv32i.pl - host: portainer.mpabi.pl
http: http:
paths: paths:
- path: / - path: /

View File

@@ -9,10 +9,10 @@ spec:
ingressClassName: traefik ingressClassName: traefik
tls: tls:
- hosts: - hosts:
- trade.rv32i.pl - trade.mpabi.pl
secretName: trade-rv32i-pl-tls secretName: trade-mpabi-pl-tls
rules: rules:
- host: trade.rv32i.pl - host: trade.mpabi.pl
http: http:
paths: paths:
- path: / - path: /