...

Text file src/edge-infra.dev/config/pallets/f8n/dev-infra/jack-bot/base/service.yaml

Documentation: edge-infra.dev/config/pallets/f8n/dev-infra/jack-bot/base

     1apiVersion: v1
     2kind: Service
     3metadata:
     4  name: jack-bot
     5spec:
     6  type: NodePort
     7  selector:
     8    app.kubernetes.io/name: jack-bot
     9  ports:
    10  - name: http
    11    protocol: TCP
    12    port: 8080

View as plain text