Skip to content

Commit

Permalink
[NS-35] - Tests k8s update name service
Browse files Browse the repository at this point in the history
  • Loading branch information
Narvane committed Feb 25, 2024
1 parent 92db8f3 commit b6789d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api-webmvc/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring:
basename: messages
encoding: UTF-8
datasource:
url: jdbc:postgresql://postgres:5432/my-storage
url: jdbc:postgresql://postgres-service:5432/my-storage
username: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
jpa:
Expand All @@ -16,7 +16,7 @@ spring:
ddl-auto: validate
show-sql: true
flyway:
url: jdbc:postgresql://postgres:5432/my-storage
url: jdbc:postgresql://postgres-service:5432/my-storage
locations: classpath:/migration
user: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
2 changes: 1 addition & 1 deletion k8s/app/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: my-storage
image: ghcr.io/narvane/my-storage/my-storage-image:v0.1.5
image: ghcr.io/narvane/my-storage/my-storage-image:v0.1.6
ports:
- containerPort: 8081
env:
Expand Down

0 comments on commit b6789d9

Please sign in to comment.