argocd-applications/dummyhttp/service.yaml
Sergio Talens-Oliag 979ecd44dc
All checks were successful
multi-semantic-release / multi-semantic-release (push) Successful in 13s
feat(dummyhttp): first version of the application
2025-05-01 14:58:02 +02:00

11 lines
152 B
YAML

apiVersion: v1
kind: Service
metadata:
name: dummyhttp
spec:
selector:
app: dummyhttp
ports:
- name: http
port: 80
targetPort: 8080