NOTES: mitmproxy Deployment
========================================

1. STATUS
Get deployment status:
  $ kubectl get deployment -n {{ include "app.fullname" . }}
  $ kubectl logs -n {{ include "app.fullname" . }} -l app.kubernetes.io/name={{ include "app.name" . }}

2. SERVICE ENDPOINT
Service is available at:
  $ kubectl get svc -n {{ include "app.fullname" . }}
  Internal: {{ include "app.fullname" . }}.{{ include "app.fullname" . }}.svc.cluster.local:{{ .Values.service.port }}

3. NEXT STEPS
  - Configure values in values.yaml
  - Set up external secrets if needed
  - Configure ingress for external access

For more information, see values.yaml comments.
