Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
This commit is contained in:
commit
0e42e597b5
@ -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,18 +78,18 @@ 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"
|
||||
type: Secret
|
||||
- key: mongodbUri
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-mongodb-uri"
|
||||
type: Secret
|
||||
- key: jwtSecretKey
|
||||
remoteRef:
|
||||
key: freeleaps-prod-jwt-secret-key
|
||||
type: Secret
|
||||
- key: mongodbUri
|
||||
remoteRef:
|
||||
key: freeleaps-prod-mongodb-uri
|
||||
type: Secret
|
||||
vpa:
|
||||
minAllowed:
|
||||
enabled: true
|
||||
|
||||
@ -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,22 +80,22 @@ 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"
|
||||
type: Secret
|
||||
- key: azureStorageDocumentApiKey
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-azure-storage-document-api-key"
|
||||
type: Secret
|
||||
- key: azureStorageDocumentApiEndpoint
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-azure-storage-document-api-endpoint"
|
||||
type: Secret
|
||||
- key: mongodbUri
|
||||
remoteRef:
|
||||
key: freeleaps-prod-mongodb-uri
|
||||
type: Secret
|
||||
- key: azureStorageDocumentApiKey
|
||||
remoteRef:
|
||||
key: freeleaps-prod-azure-storage-document-api-key
|
||||
type: Secret
|
||||
- key: azureStorageDocumentApiEndpoint
|
||||
remoteRef:
|
||||
key: freeleaps-prod-azure-storage-document-api-endpoint
|
||||
type: Secret
|
||||
vpa:
|
||||
minAllowed:
|
||||
enabled: true
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user