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
@ -37,23 +37,23 @@ devops:
interval: 30s interval: 30s
scrapeTimeout: '' scrapeTimeout: ''
ingresses: ingresses:
- name: devops-ingress - name: devops-ingress
host: devops.freeleaps-alpha.com host: devops.freeleaps-alpha.com
class: nginx class: nginx
tls: tls:
exists: false exists: false
issuerRef: issuerRef:
name: freeleaps-alpha-dot-com name: freeleaps-alpha-dot-com
kind: ClusterIssuer kind: ClusterIssuer
name: devops.freeleaps-alpha.com-cert name: devops.freeleaps-alpha.com-cert
rules: rules:
- path: / - path: /
pathType: Prefix pathType: Prefix
backend: backend:
service: service:
name: devops-service name: devops-service
port: port:
number: 8014 number: 8014
configs: configs:
tz: UTC tz: UTC
appName: devops appName: devops
@ -86,18 +86,18 @@ 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:
enabled: false enabled: false

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