Merge branch 'master' into Nicolas_local_ops
This commit is contained in:
commit
db1301d821
@ -15,7 +15,7 @@ authentication:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: authentication
|
name: authentication
|
||||||
tag: snapshot-2234571
|
tag: snapshot-b9f275c
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@ -15,7 +15,7 @@ centralStorage:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: central_storage
|
name: central_storage
|
||||||
tag: snapshot-2234571
|
tag: snapshot-b9f275c
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@ -15,7 +15,7 @@ content:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: content
|
name: content
|
||||||
tag: snapshot-2234571
|
tag: snapshot-b9f275c
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@ -7,73 +7,58 @@ logIngest:
|
|||||||
devops:
|
devops:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
image:
|
image:
|
||||||
registry:
|
registry: docker.io
|
||||||
repository: freeleaps
|
repository: null
|
||||||
name: devops
|
name: devops
|
||||||
tag: 1.0.0
|
tag: snapshot-b9f275c
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8014
|
containerPort: 8014
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "0.1"
|
cpu: '0.1'
|
||||||
memory: "64Mi"
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: "0.2"
|
cpu: '0.2'
|
||||||
memory: "128Mi"
|
memory: 128Mi
|
||||||
# FIXME: Wait until the developers implements the probes APIs
|
|
||||||
probes: {}
|
probes: {}
|
||||||
services:
|
services:
|
||||||
- name: devops-service
|
- name: devops-service
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8014
|
port: 8014
|
||||||
targetPort: 8014
|
targetPort: 8014
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false
|
enabled: false
|
||||||
labels:
|
labels:
|
||||||
release: kube-prometheus-stack
|
release: kube-prometheus-stack
|
||||||
namespace: freeleaps-monitoring-system
|
namespace: freeleaps-monitoring-system
|
||||||
interval: 30s
|
interval: 30s
|
||||||
scrapeTimeout: ""
|
scrapeTimeout: ''
|
||||||
# Defaults to {}, which means doesn't have any ingress
|
|
||||||
ingresses: {}
|
ingresses: {}
|
||||||
configs:
|
configs:
|
||||||
# Basic configuration
|
tz: UTC
|
||||||
tz: "UTC"
|
appName: devops
|
||||||
appName: "devops"
|
jwtSecretKey: ''
|
||||||
|
jwtAlgorithm: HS256
|
||||||
# JWT configuration
|
accessTokenExpireMinutes: '3600'
|
||||||
jwtSecretKey: ""
|
refreshTokenExpireDays: '1'
|
||||||
jwtAlgorithm: "HS256"
|
mongodbName: ''
|
||||||
accessTokenExpireMinutes: "3600"
|
mongodbPort: '27017'
|
||||||
refreshTokenExpireDays: "1"
|
mongodbUri: ''
|
||||||
|
metricsEnabled: 'false'
|
||||||
# MongoDB configuration
|
probesEnabled: 'true'
|
||||||
mongodbName: ""
|
baseGiteaUrl: https://gitea.freeleaps.mathmast.com
|
||||||
mongodbPort: "27017"
|
baseReconcileUrl: https://reconcile.freeleaps.mathmast.com
|
||||||
mongodbUri: ""
|
baseLokiUrl: http://loki-gateway.freeleaps-logging-system
|
||||||
|
logBasePath: /app/log
|
||||||
# Feature switches
|
logRetention: 30 days
|
||||||
metricsEnabled: "false"
|
logRotation: 00:00
|
||||||
probesEnabled: "true"
|
logBackupFiles: '5'
|
||||||
|
logRotationBytes: '10485760'
|
||||||
# External service URLs
|
mockMode: 'false'
|
||||||
baseGiteaUrl: "https://gitea.freeleaps.mathmast.com"
|
mockResponseDelay: '1000'
|
||||||
baseReconcileUrl: "https://reconcile.freeleaps.mathmast.com"
|
|
||||||
baseLokiUrl: "http://loki-gateway.freeleaps-logging-system"
|
|
||||||
|
|
||||||
# Log configuration
|
|
||||||
logBasePath: "/app/log"
|
|
||||||
logRetention: "30 days"
|
|
||||||
logRotation: "00:00"
|
|
||||||
logBackupFiles: "5"
|
|
||||||
logRotationBytes: "10485760"
|
|
||||||
|
|
||||||
# Mock mode configuration
|
|
||||||
mockMode: "false"
|
|
||||||
mockResponseDelay: "1000"
|
|
||||||
vpa:
|
vpa:
|
||||||
minAllowed:
|
minAllowed:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -84,5 +69,5 @@ devops:
|
|||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
controlledResources:
|
controlledResources:
|
||||||
- cpu
|
- cpu
|
||||||
- memory
|
- memory
|
||||||
|
|||||||
@ -15,7 +15,7 @@ notification:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: notification
|
name: notification
|
||||||
tag: snapshot-2234571
|
tag: snapshot-b9f275c
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@ -15,7 +15,7 @@ payment:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: null
|
repository: null
|
||||||
name: payment
|
name: payment
|
||||||
tag: snapshot-2234571
|
tag: snapshot-b9f275c
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user