java-tutorials/spring-cloud/spring-cloud-kubernetes/kubernetes-guide/client-service/client-config.yaml

9 lines
182 B
YAML
Raw Normal View History

apiVersion: v1
kind: ConfigMap
metadata:
name: client-service
data:
application.properties: |-
bean.message=Testing reload ! Message from backend is: %s <br/> Services : %s