Skip to content

Commit

Permalink
add RTI for feature (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
kramakur authored Nov 14, 2024
1 parent ab9d22d commit 575f7bc
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions charts/data-processing-service/values-feature.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
replicaCount: 1

env: "feature"

image:
repository: ""
pullPolicy: IfNotPresent
tag: 1.0.1-SNAPSHOT.2ed10c3

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

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

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

podSecurityContext: {}

securityContext: {}

service:
type: ClusterIP
port: 8082
httpsPort: 443

ingress:
enabled: true
className: "nginx"
tls:
- secretName: app.feature.nbspreview.com
hosts:
- app.feature.nbspreview.com

# Kubernetes resource limits
resources: {}

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

nodeSelector: {}

tolerations: []

affinity: {}

ingressHost: "app.feature.nbspreview.com"

jdbc:
dbserver: ""
username: ""
password: ""

nbs:
authuser: ""

kafka:
cluster: ""

log:
path: "/usr/share/dataprocessing/data"

0 comments on commit 575f7bc

Please sign in to comment.