Skip to content

Commit

Permalink
this was a new container and not in the process for updates (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoss-enq authored Dec 18, 2024
1 parent f28fa02 commit 2b02baa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/data-processing-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.0.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "7.7.2"
appVersion: "7.8.0"
19 changes: 9 additions & 10 deletions charts/data-processing-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ ingress:
enabled: true
className: "nginx"
tls:
- secretName: app.EXAMPLE_HOST
- secretName: "app.EXAMPLE_DOMAIN"
hosts:
- app.EXAMPLE_HOST
- app.EXAMPLE_DOMAIN

# Kubernetes resource limits
resources: {}
Expand All @@ -53,18 +53,19 @@ tolerations: []

affinity: {}

ingressHost: "app.EXAMPLE_HOST"
ingressHost: "app.EXAMPLE_DOMAIN"

jdbc:
dbserver: ""
username: ""
password: ""
dbserver: "EXAMPLE_DB_ENDPOINT"
username: "EXAMPLE_DB_USER"
password: "EXAMPLE_DB_USER_PASSWORD"

nbs:
authuser: ""
authuser: "EXAMPLE_NBS_AUTHUSER"

kafka:
cluster: ""
cluster: "EXAMPLE_MSK_KAFKA_ENDPOINT"


log:
path: "/usr/share/dataprocessing/data"
Expand All @@ -75,5 +76,3 @@ java:
xms: "1024m"
xmx: "2048m"



0 comments on commit 2b02baa

Please sign in to comment.