Skip to content

Commit

Permalink
Update helm and remove dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoRuzzier committed Oct 24, 2023
1 parent f986303 commit 0d0b322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:latest
COPY . .

RUN apt-get update -y
RUN apt-get install -y git pip python3 nodejs vim curl iputils-ping wget default-jre-headless
RUN apt-get install -y git pip python3 nodejs vim curl iputils-ping

RUN pip install -r requirements.txt

Expand Down
2 changes: 2 additions & 0 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ microservice-chart:

envConfig:
SPRING_DATASOURCE_USERNAME: 'NODO4_CFG'
SPRING_DATASOURCE_HOST: 'db-nodo-pagamenti.d.db-nodo-pagamenti.com/NDPSPCT_PP_NODO4_CFG'
SPRING_DATASOURCE_PORT: '1522'
envSecret:
SPRING_DATASOURCE_PASSWORD: 'oracle-db-cfg-password'
keyvault:
Expand Down

0 comments on commit 0d0b322

Please sign in to comment.