svc.yaml 225 B

1234567891011121314
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: ob-proxy
  5. namespace: observe
  6. spec:
  7. type: NodePort
  8. selector:
  9. app: ob-proxy
  10. ports:
  11. - protocol: TCP
  12. port: 80
  13. targetPort: 80
  14. nodePort: 30080