Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this was a new container and not in the process for updates #692

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
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
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"



Loading