Files
demo-app/manifests/service.yaml
argocd a15c556ceb Initial commit: Add demo nginx application
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 03:57:20 +08:00

14 lines
195 B
YAML

apiVersion: v1
kind: Service
metadata:
name: demo-nginx
namespace: default
spec:
type: NodePort
selector:
app: demo-nginx
ports:
- port: 80
targetPort: 80
nodePort: 30080