Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 19 additions & 37 deletions charts/rtr/values-dummy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
# ================================================
global:
replicaCount: 1
env: prod # Environment indicator
timezone: UTC # Container timezone

imagePullSecrets: [ ]

env: prod # Environment indicator
timezone: UTC # Container timezone
imagePullSecrets: []
# Secrets must be set before containers are deployed using. We suggest filling out /k8-manifests/nbs-secrets.yaml manifest
# Referencing secrets requires using the secret name and key separately.
# Under the secrets block provide the secret name and the keys
Expand All @@ -16,53 +14,43 @@ global:
secretName: "database-access"
odse: "odse_url"
rdb: "rdb_url"

image:
repository: ""
tag: "1.0.1-SNAPSHOT.165bc00"

kafka:
cluster: ""

serviceAccount:
create: true
annotations: { }
annotations: {}
name: ''

podAnnotations:
prometheus.io/scrape: 'true'
prometheus.io/path: /actuator/prometheus
prometheus.io/port: '8081'

resources:
limits:
memory: "1Gi"
cpu: "500m"
requests:
memory: "512Mi"
cpu: "250m"

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80

nodeSelector: { }
tolerations: [ ]
affinity: { }

nodeSelector: {}
tolerations: []
affinity: {}
probes:
readiness:
enabled: true
liveness:
enabled: true

# ================================================
# Service-specific configurations
# ================================================
services:

# ----------------------------------------
# Investigation Reporting Service
# ----------------------------------------
Expand All @@ -78,7 +66,7 @@ services:
serviceAccount:
create: true
name: ''
annotations: { }
annotations: {}
featureFlag:
phcDatamartEnable: "true"
log:
Expand All @@ -99,9 +87,8 @@ services:
image:
repository: "quay.io/us-cdcgov/cdc-nbs-modernization/data-reporting-service"
name: "investigation-reporting-service"
tag: "v1.1.9"
tag: "1.0.1-SNAPSHOT.f56b687"
pullPolicy: IfNotPresent

# ----------------------------------------
# LDF Data Reporting Service
# ----------------------------------------
Expand All @@ -117,7 +104,7 @@ services:
serviceAccount:
create: true
name: ''
annotations: { }
annotations: {}
log:
path: /usr/share/ldfdata-reporting/data
probes:
Expand All @@ -136,10 +123,8 @@ services:
image:
repository: "quay.io/us-cdcgov/cdc-nbs-modernization/data-reporting-service"
name: "ldfdata-reporting-service"
tag: "v1.1.9"
tag: "1.0.1-SNAPSHOT.f56b687"
pullPolicy: IfNotPresent


# ----------------------------------------
# Observation Reporting Service
# ----------------------------------------
Expand All @@ -155,7 +140,7 @@ services:
serviceAccount:
create: true
name: ''
annotations: { }
annotations: {}
log:
path: /usr/share/observation-reporting/data
probes:
Expand All @@ -174,9 +159,8 @@ services:
image:
repository: "quay.io/us-cdcgov/cdc-nbs-modernization/data-reporting-service"
name: "observation-reporting-service"
tag: "v1.1.9"
tag: "1.0.1-SNAPSHOT.f56b687"
pullPolicy: IfNotPresent

# ----------------------------------------
# Organization Reporting Service
# ----------------------------------------
Expand All @@ -192,7 +176,7 @@ services:
serviceAccount:
create: true
name: ''
annotations: { }
annotations: {}
log:
path: /usr/share/organization-reporting/data
probes:
Expand All @@ -211,9 +195,8 @@ services:
image:
repository: "quay.io/us-cdcgov/cdc-nbs-modernization/data-reporting-service"
name: "organization-reporting-service"
tag: "v1.1.9"
tag: "1.0.1-SNAPSHOT.f56b687"
pullPolicy: IfNotPresent

# ----------------------------------------
# Person Reporting Service
# ----------------------------------------
Expand All @@ -229,7 +212,7 @@ services:
serviceAccount:
create: true
name: ''
annotations: { }
annotations: {}
featureFlag:
elasticSearchEnable: "true"
log:
Expand All @@ -250,9 +233,8 @@ services:
image:
repository: "quay.io/us-cdcgov/cdc-nbs-modernization/data-reporting-service"
name: "person-reporting-service"
tag: "v1.1.9"
tag: "1.0.1-SNAPSHOT.f56b687"
pullPolicy: IfNotPresent

# ----------------------------------------
# Post-Processing Reporting Service
# ----------------------------------------
Expand All @@ -270,7 +252,7 @@ services:
serviceAccount:
create: true
name: ''
annotations: { }
annotations: {}
log:
path: /usr/share/post-processing-reporting/data
probes:
Expand All @@ -289,5 +271,5 @@ services:
image:
repository: "quay.io/us-cdcgov/cdc-nbs-modernization/data-reporting-service"
name: "post-processing-reporting-service"
tag: "v1.1.9"
tag: "1.0.1-SNAPSHOT.f56b687"
pullPolicy: IfNotPresent