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