generated from ministryofjustice/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
helm-defaults.yml
47 lines (40 loc) · 1.08 KB
/
helm-defaults.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
# Values here are the same across all projects and all environments
generic-service:
replicaCount: 2
resources:
requests:
cpu: 128m
memory: 512Mi
startupProbe:
httpGet:
path: /health/liveness
port: http
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 30
image:
port: 8080
ingress:
enabled: true
v1_2_enabled: true
v0_47_enabled: false
env:
AWS_REGION: eu-west-2
FLIPT_URL: http://feature-flags
JDK_JAVA_OPTIONS: -javaagent:/agent/agent.jar -XX:MaxRAMPercentage=75.0
SENTRY_TRACES_SAMPLE_RATE: '0.05'
SENTRY_IGNORED_EXCEPTIONS_FOR_TYPE: "org.apache.catalina.connector.ClientAbortException"
SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE: 10
SPRING_DATASOURCE_HIKARI_MINIMUMIDLE: 1
namespace_secrets:
common:
APPLICATIONINSIGHTS_CONNECTION_STRING: APPLICATIONINSIGHTS_CONNECTION_STRING
flipt-bootstrap-token:
FLIPT_TOKEN: TOKEN
allowlist:
groups:
- internal
- unilink_staff
generic-prometheus-alerts:
alertSeverity: probation-integration-notifications