feat(dummyhttp): first version of the application
All checks were successful
multi-semantic-release / multi-semantic-release (push) Successful in 13s

This commit is contained in:
Sergio Talens-Oliag 2025-05-01 14:58:02 +02:00
parent 4ebd3d8601
commit 979ecd44dc
Signed by: sto
GPG key ID: 821AEE0FD167FBDF
6 changed files with 88 additions and 0 deletions

11
dummyhttp/service.yaml Normal file
View file

@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: dummyhttp
spec:
selector:
app: dummyhttp
ports:
- name: http
port: 80
targetPort: 8080