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

View File

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

View File

@ -66,7 +66,7 @@ devops:
metricsEnabled: 'false' metricsEnabled: 'false'
probesEnabled: 'true' probesEnabled: 'true'
baseGiteaUrl: https://alpha.gitea.freeleaps.mathmast.com 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 baseLokiUrl: http://loki-gateway.freeleaps-logging-system
logBasePath: /app/log/devops logBasePath: /app/log/devops
logRetention: 30 days logRetention: 30 days