2025-02-24 07:07:36 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
2025-03-21 17:03:59 +00:00
|
|
|
dashboard:
|
|
|
|
|
enabled: false
|
2025-04-21 14:34:09 +00:00
|
|
|
logIngest:
|
2025-08-07 06:45:42 +00:00
|
|
|
enabled: true
|
2025-04-21 14:34:09 +00:00
|
|
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
|
|
|
|
logPathPattern: /app/log/devsvc/*.log
|
|
|
|
|
logPath: /app/log/devsvc
|
2025-02-24 07:07:36 +00:00
|
|
|
devsvc:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
2025-02-24 09:47:14 +00:00
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
2025-02-24 07:07:36 +00:00
|
|
|
name: devsvc
|
2025-07-31 08:07:03 +00:00
|
|
|
tag: snapshot-a12ffcc
|
2025-02-24 07:07:36 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
2025-02-24 09:47:14 +00:00
|
|
|
- name: http
|
|
|
|
|
containerPort: 8007
|
|
|
|
|
protocol: TCP
|
2025-02-24 07:07:36 +00:00
|
|
|
resources:
|
|
|
|
|
requests:
|
2025-03-21 17:48:24 +00:00
|
|
|
cpu: 50m
|
2025-03-08 12:31:11 +00:00
|
|
|
memory: 64Mi
|
|
|
|
|
limits:
|
2025-03-21 17:48:24 +00:00
|
|
|
cpu: 200m
|
2025-03-05 09:08:45 +00:00
|
|
|
memory: 128Mi
|
2025-03-21 17:48:24 +00:00
|
|
|
probes:
|
2025-03-21 17:03:59 +00:00
|
|
|
readiness:
|
|
|
|
|
type: httpGet
|
|
|
|
|
config:
|
|
|
|
|
path: /api/_/readyz
|
|
|
|
|
port: 8007
|
|
|
|
|
initialDelaySeconds: 5
|
|
|
|
|
periodSeconds: 30
|
|
|
|
|
timeoutSeconds: 3
|
|
|
|
|
successThreshold: 1
|
|
|
|
|
failureThreshold: 3
|
|
|
|
|
liveness:
|
|
|
|
|
type: httpGet
|
|
|
|
|
config:
|
|
|
|
|
path: /api/_/livez
|
|
|
|
|
port: 8007
|
|
|
|
|
initialDelaySeconds: 5
|
|
|
|
|
periodSeconds: 15
|
|
|
|
|
timeoutSeconds: 3
|
|
|
|
|
successThreshold: 1
|
|
|
|
|
failureThreshold: 3
|
|
|
|
|
terminationGracePeriodSeconds: 30
|
2025-02-24 07:07:36 +00:00
|
|
|
services:
|
2025-02-24 09:50:58 +00:00
|
|
|
- name: devsvc-service
|
2025-02-24 09:47:14 +00:00
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8007
|
|
|
|
|
targetPort: 8007
|
2025-03-21 17:03:59 +00:00
|
|
|
serviceMonitor:
|
|
|
|
|
enabled: false
|
2025-02-24 09:50:58 +00:00
|
|
|
ingresses:
|
|
|
|
|
- name: devsvc-ingress
|
2025-04-10 17:22:29 +00:00
|
|
|
host: devsvc.freeleaps-alpha.com
|
2025-02-24 09:50:58 +00:00
|
|
|
class: nginx
|
|
|
|
|
rules:
|
|
|
|
|
- path: /
|
|
|
|
|
pathType: Prefix
|
|
|
|
|
backend:
|
|
|
|
|
service:
|
|
|
|
|
name: devsvc-service
|
|
|
|
|
port:
|
|
|
|
|
number: 8007
|
2025-02-24 09:52:18 +00:00
|
|
|
tls:
|
|
|
|
|
exists: false
|
|
|
|
|
issuerRef:
|
2025-04-10 17:22:29 +00:00
|
|
|
name: freeleaps-alpha-dot-com
|
2025-02-24 09:52:18 +00:00
|
|
|
kind: ClusterIssuer
|
2025-04-10 17:22:29 +00:00
|
|
|
name: devsvc.freeleaps-alpha.com-cert
|
2025-02-24 07:07:36 +00:00
|
|
|
configs:
|
2025-02-24 09:47:14 +00:00
|
|
|
tz: UTC
|
|
|
|
|
appName: devsvc
|
|
|
|
|
serviceApiAccessHost: 0.0.0.0
|
2025-02-24 09:48:27 +00:00
|
|
|
serviceApiAccessPort: 8007
|
2025-02-24 09:30:23 +00:00
|
|
|
mongodbName: freeleaps2
|
2025-09-05 08:06:21 +00:00
|
|
|
giteaUrl: http://freeleaps-prod-gitea-http.freeleaps-prod.svc.freeleaps.cluster:3000
|
2025-02-24 09:47:14 +00:00
|
|
|
giteaDepotOrganization: products
|
2025-02-25 07:20:13 +00:00
|
|
|
codeDepotHttpPort: 443
|
|
|
|
|
codeDepotSshPort: 22
|
2025-09-05 08:06:21 +00:00
|
|
|
codeDepotDomainName: gitea.freeleaps.mathmast.com
|
2025-03-21 17:48:24 +00:00
|
|
|
metricsEnabled: 'false'
|
|
|
|
|
probesEnabled: 'true'
|
2025-07-28 13:00:33 +00:00
|
|
|
logBasePath: /app/log/devsvc
|
2025-09-05 08:06:21 +00:00
|
|
|
rabbitmqHost: freeleaps-prod-rabbitmq-headless.freeleaps-prod.svc.freeleaps.cluster
|
2025-07-31 08:07:20 +00:00
|
|
|
rabbitmqPort: 5672
|
|
|
|
|
rabbitmqUsername: user
|
|
|
|
|
rabbitmqVirtualHost: /
|
2025-09-05 08:06:21 +00:00
|
|
|
defaultGitUsername: freeleaps-admin
|
2025-08-02 20:24:43 +00:00
|
|
|
devopsDockerRegistryUrl: https://hub.docker.com
|
|
|
|
|
devopsDockerRegistryRepositoryName: freeleapsdevops
|
2025-07-31 08:07:20 +00:00
|
|
|
devopsDockerRegistryUsername: freeleapsdevops
|
2025-08-18 08:17:16 +00:00
|
|
|
secrets:
|
|
|
|
|
secretStoreRef:
|
|
|
|
|
kind: FreeleapsSecretStore
|
|
|
|
|
name: freeleaps-main-secret-store
|
|
|
|
|
target:
|
2025-08-19 11:24:41 +00:00
|
|
|
name: freeleaps-devsvc-secrets
|
|
|
|
|
creationPolicy: Owner
|
2025-08-18 08:17:16 +00:00
|
|
|
refreshInterval: 30s
|
|
|
|
|
data:
|
2025-08-19 11:24:41 +00:00
|
|
|
- key: giteaToken
|
|
|
|
|
remoteRef:
|
2025-09-05 08:06:21 +00:00
|
|
|
key: freeleaps-prod-gitea-token
|
2025-08-19 11:24:41 +00:00
|
|
|
type: Secret
|
|
|
|
|
- key: mongodbUri
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-alpha-mongodb-uri
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: rabbitmqPassword
|
|
|
|
|
remoteRef:
|
2025-09-05 08:06:21 +00:00
|
|
|
key: freeleaps-prod-rabbitmq-password
|
2025-08-19 11:24:41 +00:00
|
|
|
type: Secret
|
|
|
|
|
- key: defaultGitPassword
|
|
|
|
|
remoteRef:
|
2025-09-05 08:06:21 +00:00
|
|
|
key: freeleaps-prod-gitea-password
|
2025-08-19 11:24:41 +00:00
|
|
|
type: Secret
|
|
|
|
|
- key: devopsDockerRegistryPassword
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-alpha-devops-docker-registry-password
|
|
|
|
|
type: Secret
|
2025-06-10 15:53:31 +00:00
|
|
|
vpa:
|
|
|
|
|
minAllowed:
|
|
|
|
|
enabled: false
|
2025-07-28 02:11:15 +00:00
|
|
|
cpu: 50m
|
|
|
|
|
memory: 64Mi
|
2025-06-10 15:53:31 +00:00
|
|
|
maxAllowed:
|
|
|
|
|
enabled: true
|
2025-07-28 02:11:15 +00:00
|
|
|
cpu: 200m
|
|
|
|
|
memory: 128Mi
|
2025-06-10 15:53:31 +00:00
|
|
|
controlledResources:
|
2025-07-28 02:11:15 +00:00
|
|
|
- cpu
|
|
|
|
|
- memory
|