chore: add k8s manifests and deploy workflow for portal
Some checks failed
Build (develop) / Promote (main) / build-and-push-deploy (push) Failing after 8s

This commit is contained in:
2026-01-29 16:00:14 -03:00
parent 109229c0aa
commit 0fd088a222
10 changed files with 205 additions and 18 deletions

15
k8s/base/service.yaml Normal file
View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: vendaweb-portal
labels:
app: vendaweb-portal
spec:
type: ClusterIP
selector:
app: vendaweb-portal
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP