# Service for the verification app apiVersion: v1 kind: Service metadata: name: verify-service namespace: eveai-staging labels: app: verify-service spec: selector: app: verify-service ports: - port: 80 targetPort: 80 name: http type: ClusterIP