frontend: update tag to develop-2fcbcaa

This commit is contained in:
woodpecker-bot 2025-12-16 19:41:47 +00:00
parent d43480302c
commit 811cb92d3e

View File

@ -45,7 +45,7 @@ frontend:
image:
repository: harbor.dvirlabs.com/my-apps/my-recipes-frontend
pullPolicy: Always
tag: develop-1da5dc0
tag: develop-2fcbcaa
service:
type: ClusterIP
port: 80
@ -76,7 +76,6 @@ frontend:
hosts:
- my-recipes.dvirlabs.com
externalUrl: "https://my-recipes.dvirlabs.com"
# Admin user configuration
admin:
username: "admin"
@ -112,20 +111,17 @@ postgres:
limits:
cpu: 1000m
memory: 1Gi
# OAuth Configuration
oauth:
google:
clientId: "143092846986-hsi59m0on2c9rb5qrdoejfceieao2ioc.apps.googleusercontent.com"
clientSecret: "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"
redirectUri: "https://api-my-recipes.dvirlabs.com/auth/google/callback"
azure:
clientId: "db244cf5-eb11-4738-a2ea-5b0716c9ec0a"
clientSecret: "Zad8Q~qRBxaQq8up0lLXAq4pHzrVM2JFGFJhHaDp"
tenantId: "consumers"
redirectUri: "https://api-my-recipes.dvirlabs.com/auth/azure/callback"
# Email Configuration
email:
smtpHost: "smtp.gmail.com"
@ -133,7 +129,6 @@ email:
smtpUser: "dvirlabs@gmail.com"
smtpPassword: "agaanrhbbazbdytv"
smtpFrom: "dvirlabs@gmail.com"
# Ingress (top-level, disabled - use component-specific ingress instead)
ingress:
enabled: false