Skip to content

Commit

Permalink
application yaml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFlick72 committed Mar 4, 2021
1 parent 27f0c10 commit 3333918
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion kubernetes/hello-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
app: hello-service
data:
application.yaml: |-
spring.cloud.kubernetes.discovery.all-namespaces: true
hello-service-uri: http://message-service/message/random
---
Expand Down
1 change: 0 additions & 1 deletion kubernetes/message-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
app: message-service
data:
application.yml: |-
spring.cloud.kubernetes.discovery.all-namespaces: true
spring:
data:
mongodb:
Expand Down
2 changes: 0 additions & 2 deletions kubernetes/ui-interface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ metadata:
name: ui-interface
data:
application.yaml: |-
spring.cloud.kubernetes.discovery.all-namespaces: true
server:
use-forward-headers: true
Expand Down

0 comments on commit 3333918

Please sign in to comment.