Guest User

Untitled

a guest
Aug 24th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ---
  2. apiVersion: v1
  3. kind: ConfigMap
  4. metadata:
  5. name: helloproperties
  6. data:
  7. application.yml: |
  8. management:
  9. endpoints:
  10. web:
  11. exposure:
  12. include: health,info,configprops
  13. spring:
  14. security:
  15. user:
  16. roles: ACTUATOR
  17. # user:
  18. # password:
Add Comment
Please, Sign In to add comment