Files
demo-argocd/dev/service.yaml
Anibal Angulo 1055449adf initial commit
2025-10-18 08:19:38 -06:00

15 lines
206 B
YAML

apiVersion: v1
kind: Service
metadata:
name: sample-app
labels:
app: sample-app
spec:
type: ClusterIP
selector:
app: sample-app
ports:
- name: http
port: 80
targetPort: 80