apiVersion: v1 kind: Service metadata: name: ai-guard namespace: nxtgauge-ai labels: app: ai-guard spec: type: ClusterIP selector: app: ai-guard ports: - name: http port: 8080 targetPort: 8080 protocol: TCP