Some checks failed
Build (develop) / Promote (main) / build-and-push-deploy (push) Failing after 8s
11 lines
217 B
YAML
11 lines
217 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: vendaweb-portal
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: portal
|
|
image: git.simplifiquehc.com.br/simplifique/vendaweb-portal:latest
|