Skip to content

Commit

Permalink
Merge pull request #6 from eclipse-tractusx/feat/charts/beta-env
Browse files Browse the repository at this point in the history
cicd(Charts): add beta environment values to pool chart
  • Loading branch information
nicoprow authored Jan 23, 2023
2 parents 72fe4f9 + 336c874 commit fbb6cef
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.0.1
version: 4.0.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
44 changes: 44 additions & 0 deletions charts/pool/values-beta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
image:
tag: "v3.0.0"

springProfiles:
- auth

ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
hosts:
- host: partners-pool.beta.demo.catena-x.net
paths:
- path: /
pathType: Prefix
tls:
- secretName: tls-secret
hosts:
- partners-pool.beta.demo.catena-x.net

applicationConfig:
bpdm:
opensearch:
# every hour at minute 30
export-scheduler-cron-expr: 0 30 * * * *
security:
auth-server-url: https://centralidp.beta.demo.catena-x.net/auth
realm: CX-Central
client-id: Cl7-CX-BPDM
springdoc:
swagger-ui:
oauth:
client-id: Cl2-CX-Portal

applicationSecrets:
spring:
datasource:
password: <path:bpdm/data/beta/pool/postgresql#password>

postgres:
auth:
postgresPassword: <path:bpdm/data/beta/pool/postgresql#postgres-password>
password: <path:bpdm/data/beta/pool/postgresql#password>

0 comments on commit fbb6cef

Please sign in to comment.