This commit is contained in:
Nicolas 2025-09-04 10:13:19 +08:00
commit 1a7e9b9d64
4 changed files with 32 additions and 32 deletions

View File

@ -16,7 +16,7 @@ chat:
registry: docker.io registry: docker.io
repository: null repository: null
name: chat name: chat
tag: snapshot-4c13092 tag: snapshot-ca090e4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http

View File

@ -10,7 +10,7 @@ devops:
registry: docker.io registry: docker.io
repository: null repository: null
name: devops name: devops
tag: snapshot-e16c1dc tag: snapshot-45b4ebd
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -86,17 +86,17 @@ devops:
kind: FreeleapsSecretStore kind: FreeleapsSecretStore
name: freeleaps-main-secret-store name: freeleaps-main-secret-store
target: target:
name: "freeleaps-devops-alpha-secrets" name: freeleaps-devops-alpha-secrets
creationPolicy: "Owner" creationPolicy: Owner
refreshInterval: 30s refreshInterval: 30s
data: data:
- key: appMongodbUri - key: appMongodbUri
remoteRef: remoteRef:
key: "freeleaps-alpha-mongodb-uri" key: freeleaps-alpha-mongodb-uri
type: Secret type: Secret
- key: rabbitmqPassword - key: rabbitmqPassword
remoteRef: remoteRef:
key: "freeleaps-alpha-rabbitmq-password" key: freeleaps-alpha-rabbitmq-password
type: Secret type: Secret
vpa: vpa:
minAllowed: minAllowed:

View File

@ -16,7 +16,7 @@ freeleaps:
registry: docker.io registry: docker.io
repository: null repository: null
name: backend name: backend
tag: snapshot-4c13092 tag: snapshot-ca090e4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -77,7 +77,7 @@ freeleaps:
freeleapsNotificationEndpoint: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/ freeleapsNotificationEndpoint: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/
freeleapsDevopsEndpoint: http://devops-service.freeleaps-alpha.svc.freeleaps.cluster:8014/api/devops/ freeleapsDevopsEndpoint: http://devops-service.freeleaps-alpha.svc.freeleaps.cluster:8014/api/devops/
freeleapsAilabEndpoint: '' freeleapsAilabEndpoint: ''
appEnv: 'alpha' appEnv: alpha
redisIsCluster: 'false' redisIsCluster: 'false'
metricsEnabled: 'false' metricsEnabled: 'false'
probesEnabled: 'true' probesEnabled: 'true'

View File

@ -8,7 +8,7 @@ frontend:
registry: docker.io registry: docker.io
repository: null repository: null
name: frontend name: frontend
tag: snapshot-4c13092 tag: snapshot-ca090e4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http