argocd-applications/dummyhttp/service.yaml

12 lines
152 B
YAML
Raw Permalink Normal View History

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