Skip to content

Commit

Permalink
moved values to vault
Browse files Browse the repository at this point in the history
  • Loading branch information
agg3fe committed Jul 11, 2024
1 parent 880db91 commit 1ed3ddd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions environments/association/semantic-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ semantic-hub:
containerPort: 4242
## Use in-memory triple store that is not persistent
embeddedTripleStore: false
host: semantics.int.catena-x.net
host: <path:semantics/data/semantichub#hostname>
## If 'authentication' is set to false, no OAuth authentication is enforced
authentication: true
idpIssuerUri: <path:semantics/data/commons#keycloak-idp>
Expand Down Expand Up @@ -48,11 +48,11 @@ semantic-hub:
imagePullSecrets:
- name: machineuser-pull-secret-ro
replicaCount: 1
containerPort: 3030
containerPort: <path:semantics/data/semantichub#dbport>
queryEndpoint: query
updateEndpoint: update
username: admin
password: admin
username: <path:semantics/data/semantichub#dbusername>
password: <path:semantics/data/semantichub#dbpassword>
javaOptions: "-Xmx1048m -Xms1048m"
args: ["--tdb2", "--update", "--loc", "databases/", "/ds"]
storageClassName: azurefile
Expand Down

0 comments on commit 1ed3ddd

Please sign in to comment.