This commit is contained in:
zhenyus 2025-09-05 10:21:23 +08:00
commit 0e42e597b5
3 changed files with 27 additions and 27 deletions

View File

@ -13,7 +13,7 @@ authentication:
registry: docker.io
repository: null
name: authentication
tag: 1.3.1
tag: snapshot-046f9ff
imagePullPolicy: IfNotPresent
ports:
- name: http
@ -78,17 +78,17 @@ authentication:
kind: FreeleapsSecretStore
name: freeleaps-main-secret-store
target:
name: "freeleaps-authentication-prod-secrets"
creationPolicy: "Owner"
name: freeleaps-authentication-prod-secrets
creationPolicy: Owner
refreshInterval: 30s
data:
- key: jwtSecretKey
remoteRef:
key: "freeleaps-prod-jwt-secret-key"
key: freeleaps-prod-jwt-secret-key
type: Secret
- key: mongodbUri
remoteRef:
key: "freeleaps-prod-mongodb-uri"
key: freeleaps-prod-mongodb-uri
type: Secret
vpa:
minAllowed:

View File

@ -18,7 +18,7 @@ centralStorage:
registry: docker.io
repository: null
name: central_storage
tag: snapshot-c93ce6b
tag: snapshot-046f9ff
imagePullPolicy: IfNotPresent
ports:
- name: http
@ -80,21 +80,21 @@ centralStorage:
kind: FreeleapsSecretStore
name: freeleaps-main-secret-store
target:
name: "freeleaps-central-storage-prod-secrets"
creationPolicy: "Owner"
name: freeleaps-central-storage-prod-secrets
creationPolicy: Owner
refreshInterval: 30s
data:
- key: mongodbUri
remoteRef:
key: "freeleaps-prod-mongodb-uri"
key: freeleaps-prod-mongodb-uri
type: Secret
- key: azureStorageDocumentApiKey
remoteRef:
key: "freeleaps-prod-azure-storage-document-api-key"
key: freeleaps-prod-azure-storage-document-api-key
type: Secret
- key: azureStorageDocumentApiEndpoint
remoteRef:
key: "freeleaps-prod-azure-storage-document-api-endpoint"
key: freeleaps-prod-azure-storage-document-api-endpoint
type: Secret
vpa:
minAllowed:

View File

@ -66,7 +66,7 @@ devops:
metricsEnabled: 'false'
probesEnabled: 'true'
baseGiteaUrl: https://alpha.gitea.freeleaps.mathmast.com
baseReconcileUrl: http://freeleaps-alpha-devops-reconciler-freeleaps-devops-reconciler.freeleaps-alpha.svc.freeleaps.cluster:5000
baseReconcileUrl: http://freeleaps-prod-devops-reconciler-freeleaps-devops-reconciler.freeleaps-prod:5000
baseLokiUrl: http://loki-gateway.freeleaps-logging-system
logBasePath: /app/log/devops
logRetention: 30 days