Skip to content

Commit 36e833c

Browse files
committed
add comments to point to source of labels
1 parent f710ac2 commit 36e833c

File tree

1 file changed

+2
-2
lines changed
  • kubernetes/apps/spring-boot-admin-kubernetes/src/main/resources

1 file changed

+2
-2
lines changed

kubernetes/apps/spring-boot-admin-kubernetes/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ spring:
1616
metadata:
1717
ports:
1818
management: 9091
19-
serviceLabels:
20-
spring-boot: true
19+
serviceLabels: # Filter discovery to tagged services
20+
spring-boot: true # is added as label in service.yaml in helm chart
2121

2222
management: # Actuator Configuration
2323
server:

0 commit comments

Comments
 (0)