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