From 15293b49900cfb80946ca6d3edc57128cca8f048 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sat, 6 Dec 2025 22:51:26 +0200 Subject: [PATCH] Update frontend tag --- manifests/my-recipes/values.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/manifests/my-recipes/values.yaml b/manifests/my-recipes/values.yaml index d123be4..bd949eb 100644 --- a/manifests/my-recipes/values.yaml +++ b/manifests/my-recipes/values.yaml @@ -54,7 +54,17 @@ frontend: limits: cpu: 200m memory: 256Mi - tag: master-b4008f5 + tag: master-bd31ffb + ingress: + enabled: true + className: "nginx" + annotations: + cert-manager.io/cluster-issuer: "letsencrypt-prod" + hosts: + - host: my-recipes.dvirlabs.com + paths: + - path: / + pathType: Prefix # PostgreSQL configuration postgres: name: db