feat(portfolio): add ChemaVX portfolio with Polymarket live metrics

This commit is contained in:
2026-04-16 10:00:16 +00:00
parent a0d208db63
commit 72be7ebac8
6 changed files with 426 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: portfolio
namespace: portfolio
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
ingressClassName: traefik
rules:
- host: chemavx.xyz
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: portfolio
port:
number: 80
tls:
- hosts:
- chemavx.xyz
secretName: portfolio-tls