deployment file modified
This commit is contained in:
@@ -23,20 +23,10 @@ spec:
|
|||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: olympus-db-shared-cfg
|
name: olympus-db-shared-cfg
|
||||||
env:
|
- configMapRef:
|
||||||
- name: DOCUMENT_UPLOAD_PATH
|
name: olympus-ai-shared-cfg
|
||||||
value: /mnt/apollo_storage/documents
|
- configMapRef:
|
||||||
- name: REPOSITORY_UPLOAD_PATH
|
name: olympus-common-shared-cfg
|
||||||
value: /mnt/apollo_storage/repository
|
|
||||||
- name: GITLAB_CLOUD_TOKEN
|
|
||||||
value: glpat-z-72kM9b9yvqd8arvEX1
|
|
||||||
- name: GITLAB_ONPREMISES_TOKEN
|
|
||||||
value: VScokCa7anraKbXisnwe
|
|
||||||
- name: APOLLO_FE_URL
|
|
||||||
value: http://apollo-aks.olympusai.live
|
|
||||||
- name: EUREKA_URI
|
|
||||||
value: >-
|
|
||||||
http://eureka-server-service.olympus.svc.cluster.local:8761/eureka
|
|
||||||
resources: {}
|
resources: {}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: apollo-pv-storage
|
- name: apollo-pv-storage
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ apollo:
|
|||||||
fe:
|
fe:
|
||||||
url: "http://localhost:5173"
|
url: "http://localhost:5173"
|
||||||
java-parser-module:
|
java-parser-module:
|
||||||
url: "http://java-parser-module-service.olympus.svc.cluster.local:8080"
|
url: "http://localhost:8084"
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: apollo
|
name: apollo
|
||||||
@@ -13,37 +13,30 @@ spring:
|
|||||||
azure:
|
azure:
|
||||||
openai:
|
openai:
|
||||||
endpoint: "https://ai-olympus.openai.azure.com/"
|
endpoint: "https://ai-olympus.openai.azure.com/"
|
||||||
api-key: "9fb33cc69d914d4c8225b974876510b5"
|
api-key: "9fxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||||
openai:
|
openai:
|
||||||
api-key: "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
api-key: "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||||
vectorstore:
|
vectorstore:
|
||||||
azure:
|
azure:
|
||||||
api-key: "jxKqZvbMKuo1MwXs8ilEAeRDeswtoTXO1lWX600jP2AzSeDXo1nq"
|
api-key: "jxKxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||||
url: "https://search-olympus.search.windows.net"
|
url: "https://search-olympus.search.windows.net"
|
||||||
initialize-schema: true
|
initialize-schema: true
|
||||||
data:
|
data:
|
||||||
mongodb:
|
mongodb:
|
||||||
uri: mongodb+srv://olympus_adm:26111979@olympus.l6qor4p.mongodb.net/?retryWrites=true&w=majority&appName=Olympus
|
uri:
|
||||||
database: olympus
|
database:
|
||||||
username: olympus_adm
|
username:
|
||||||
password: 26111979
|
password:
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 5000000MB
|
max-file-size: 5000000MB
|
||||||
max-request-size: 500000MB
|
max-request-size: 500000MB
|
||||||
|
|
||||||
#path to the repository
|
|
||||||
ingestion:
|
|
||||||
repository:
|
|
||||||
basepath: C:\\Users\\andrea.terzani\\dev\\Olympus
|
|
||||||
gitlab:
|
gitlab:
|
||||||
token: "xxxxxxxx"
|
|
||||||
path: /mnt/apollo_storage/repository #C:\\repos\\olympus_ai\\gitClone
|
path: /mnt/apollo_storage/repository #C:\\repos\\olympus_ai\\gitClone
|
||||||
cloud:
|
cloud:
|
||||||
url: "https://gi2tlab.com/api/v4"
|
|
||||||
token: "xxxxxxxx"
|
token: "xxxxxxxx"
|
||||||
onpremises:
|
onpremises:
|
||||||
url: "http://localhost:8081/api"
|
|
||||||
token: "xxxxxxxx"
|
token: "xxxxxxxx"
|
||||||
|
|
||||||
eureka:
|
eureka:
|
||||||
@@ -53,14 +46,6 @@ eureka:
|
|||||||
instance:
|
instance:
|
||||||
preferIpAddress: true
|
preferIpAddress: true
|
||||||
|
|
||||||
#spring.jpa.show-sql=true
|
|
||||||
#spring.jpa.hibernate.ddl-auto=update
|
|
||||||
#spring.datasource.url=jdbc:postgresql://localhost:5432/olympus
|
|
||||||
#spring.datasource.username=andreaterzani
|
|
||||||
#spring.datasource.password=26111979
|
|
||||||
#spring.datasource.driver-class-name=org.postgresql.Driver
|
|
||||||
#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
level:
|
level:
|
||||||
root: INFO
|
root: INFO
|
||||||
|
|||||||
Reference in New Issue
Block a user