2025-07-22 09:50:25 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
logIngest:
|
|
|
|
|
enabled: false
|
|
|
|
|
reconciler:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
2025-07-24 08:57:16 +00:00
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
2025-07-22 09:50:25 +00:00
|
|
|
name: reconciler
|
2025-07-25 03:09:59 +00:00
|
|
|
tag: snapshot-2a5bb92
|
2025-07-22 09:50:25 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
2025-07-24 08:57:16 +00:00
|
|
|
- name: http
|
|
|
|
|
containerPort: 8080
|
|
|
|
|
protocol: TCP
|
2025-07-22 09:50:25 +00:00
|
|
|
resources:
|
|
|
|
|
requests:
|
2025-07-24 08:57:16 +00:00
|
|
|
cpu: '0.1'
|
|
|
|
|
memory: 64Mi
|
2025-07-22 09:50:25 +00:00
|
|
|
limits:
|
2025-07-24 08:57:16 +00:00
|
|
|
cpu: '0.2'
|
|
|
|
|
memory: 128Mi
|
2025-07-22 09:50:25 +00:00
|
|
|
probes: {}
|
|
|
|
|
services:
|
2025-07-24 08:57:16 +00:00
|
|
|
- name: reconciler-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8080
|
|
|
|
|
targetPort: 8080
|
|
|
|
|
serviceMonitor:
|
|
|
|
|
enabled: false
|
|
|
|
|
labels:
|
|
|
|
|
release: kube-prometheus-stack
|
|
|
|
|
namespace: freeleaps-monitoring-system
|
|
|
|
|
interval: 30s
|
|
|
|
|
scrapeTimeout: ''
|
2025-07-22 09:50:25 +00:00
|
|
|
ingresses: {}
|
|
|
|
|
configs:
|
2025-07-24 08:57:16 +00:00
|
|
|
debug: 'false'
|
|
|
|
|
k8sClusterDomain: kubernetes.default.svc.cluster.local
|
2025-07-22 09:50:25 +00:00
|
|
|
autoDiscoverK8sClusterDomainMaxRetries: 5
|
2025-07-24 08:57:16 +00:00
|
|
|
rabbitmqHost: localhost
|
2025-07-22 09:50:25 +00:00
|
|
|
rabbitmqPort: 5672
|
2025-07-24 08:57:16 +00:00
|
|
|
rabbitmqUsername: admin
|
|
|
|
|
rabbitmqPassword: admin
|
|
|
|
|
rabbitmqVhost: /
|
|
|
|
|
rabbitmqInputQueue: freeleaps.devops.reconciler.input
|
|
|
|
|
rabbitmqOutputQueue: freeleaps.devops.reconciler.output
|
|
|
|
|
rabbitmqEnableExchangeBinding: 'true'
|
|
|
|
|
rabbitmqInputExchange: freeleaps.notification.exchange
|
|
|
|
|
rabbitmqInputExchangeType: direct
|
|
|
|
|
rabbitmqInputRoutingKey: freeleaps.devops.reconciler.input
|
|
|
|
|
rabbitmqOutputExchange: freeleaps.notification.exchange
|
|
|
|
|
rabbitmqOutputRoutingKey: freeleaps.devops.reconciler.output
|
|
|
|
|
jenkinsEndpoint: http://localhost:8080
|
|
|
|
|
jenkinsUsername: admin
|
|
|
|
|
jenkinsToken: admin
|
2025-07-22 09:50:25 +00:00
|
|
|
jenkinsApiTimeout: 30
|
|
|
|
|
jenkinsFolderCreationRetryCount: 3
|
2025-07-24 08:57:16 +00:00
|
|
|
argocdEndpoint: http://localhost:8080
|
|
|
|
|
argocdUsername: admin
|
|
|
|
|
argocdPassword: admin
|
2025-07-22 09:50:25 +00:00
|
|
|
argocdApiTimeout: 30
|
|
|
|
|
argocdResourceCreationTimeout: 30
|
2025-07-24 08:57:16 +00:00
|
|
|
defaultGitUsername: admin
|
|
|
|
|
defaultGitPassword: admin
|
|
|
|
|
defaultRegistryUsername: admin
|
|
|
|
|
defaultRegistryPassword: admin
|
2025-07-22 09:50:25 +00:00
|
|
|
kubernetesApiTimeout: 30
|
|
|
|
|
defaultHttpTimeout: 30
|
2025-07-24 08:57:16 +00:00
|
|
|
allowHttpGitUrls: 'false'
|
|
|
|
|
logLevel: INFO
|
|
|
|
|
logFormat: text
|
|
|
|
|
operatorNamespace: freeleaps-devops-system
|
2025-07-22 09:50:25 +00:00
|
|
|
reconcileInterval: 30
|
2025-07-24 08:57:16 +00:00
|
|
|
enableMockService: 'false'
|
2025-07-22 09:50:25 +00:00
|
|
|
mockServicePort: 5000
|
2025-07-24 08:57:16 +00:00
|
|
|
devMode: 'false'
|
|
|
|
|
godaddyApiKey: ''
|
|
|
|
|
godaddyApiSecret: ''
|
|
|
|
|
godaddyBaseDomain: mathmast.com
|
|
|
|
|
domainTemplate: '{env}.{project_id}.mathmast.com'
|
|
|
|
|
ingressClassName: nginx
|
|
|
|
|
certManagerClusterIssuer: letsencrypt-prod
|
2025-07-22 09:50:25 +00:00
|
|
|
dnsCreationTimeout: 300
|
|
|
|
|
certificateIssuanceTimeout: 600
|
|
|
|
|
ingressReadyTimeout: 300
|
|
|
|
|
networkResourceCleanupTimeout: 300
|
|
|
|
|
networkResourceRetryCount: 3
|
|
|
|
|
networkResourceRetryDelay: 30
|
2025-07-24 08:57:16 +00:00
|
|
|
serviceApiAccessHost: 0.0.0.0
|
|
|
|
|
serviceApiAccessPort: '8080'
|
|
|
|
|
mongodbName: ''
|
|
|
|
|
mongodbUri: ''
|
|
|
|
|
mongodbPort: ''
|
|
|
|
|
redisUrl: ''
|
|
|
|
|
redisIsCluster: 'false'
|
|
|
|
|
jwtSecretKey: ''
|
|
|
|
|
jwtAlgorithm: ''
|
|
|
|
|
metricsEnabled: 'false'
|
|
|
|
|
probesEnabled: 'false'
|
2025-07-22 09:50:25 +00:00
|
|
|
vpa:
|
|
|
|
|
minAllowed:
|
|
|
|
|
enabled: false
|
2025-07-24 10:12:01 +00:00
|
|
|
cpu: 100m
|
2025-07-24 08:57:16 +00:00
|
|
|
memory: 64Mi
|
2025-07-22 09:50:25 +00:00
|
|
|
maxAllowed:
|
|
|
|
|
enabled: true
|
2025-07-24 10:12:01 +00:00
|
|
|
cpu: 100m
|
|
|
|
|
memory: 256Mi
|
2025-07-22 09:50:25 +00:00
|
|
|
controlledResources:
|
2025-07-24 08:57:16 +00:00
|
|
|
- cpu
|
2025-07-24 10:12:01 +00:00
|
|
|
- memory
|