Files
wild-cloud/apps/example-app/service.yaml
2025-06-07 09:30:14 -07:00

13 lines
164 B
YAML

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