Spring: mudanças entre as edições
Ir para navegação
Ir para pesquisar
(→SHELL) |
|||
Linha 37: | Linha 37: | ||
app: internal-app | app: internal-app | ||
</syntaxhighlight> | </syntaxhighlight> | ||
===JAVA DSL=== | ===JAVA DSL=== | ||
*https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/htmlsingle/ | *https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/htmlsingle/ |
Edição das 13h49min de 31 de maio de 2019
Spring
Eureka
BOOT
Data Flow
- Spring Cloud Data Flow
- Spring Cloud Data Flow Reference Guide
- Orchestrating Data Microservices with Spring Cloud Data Flow
- GIT
Cloud Stream APPs Starter
Docker
Deploy on Kubernetes
Tasks
apiVersion: v1
kind: Service
metadata:
name: internal-app
annotations:
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
spec:
type: LoadBalancer
ports:
- port: 80
selector:
app: internal-app
JAVA DSL
- https://docs.spring.io/spring-cloud-dataflow-samples/docs/current/reference/htmlsingle/
- Deploying a stream programmaticaly
- Python Http Processor
Tasks
Properties
scheduler.kubernetes.entryPointStyle=<Entry Point Style> exec/shell/boot scheduler.kubernetes.environmentVariables=JAVA_TOOL_OPTIONS=-Xmx1024m scheduler.kubernetes.imagePullSecret=mysecret scheduler.kubernetes.entryPointStyle=exec