...

Text file src/github.com/emissary-ingress/emissary/v3/docs/yaml/ambassador/ambassador-service.yaml

Documentation: github.com/emissary-ingress/emissary/v3/docs/yaml/ambassador

     1---
     2apiVersion: v1
     3kind: Service
     4metadata:
     5  name: ambassador
     6  labels:
     7    app.kubernetes.io/component: ambassador-service
     8  annotations:
     9    a8r.io/owner: "Ambassador Labs"
    10    a8r.io/repository: github.com/datawire/ambassador
    11    a8r.io/description: "The Ambassador Edge Stack goes beyond traditional API Gateways and Ingress Controllers with the advanced edge features needed to support developer self-service and full-cycle development."
    12    a8r.io/documentation: https://www.getambassador.io/docs/edge-stack/latest/
    13    a8r.io/chat: http://a8r.io/Slack
    14    a8r.io/bugs: https://github.com/datawire/ambassador/issues
    15    a8r.io/support: https://www.getambassador.io/about-us/support/
    16    a8r.io/dependencies: "ambassador-redis"
    17spec:
    18  type: LoadBalancer
    19  externalTrafficPolicy: Local
    20  ports:
    21   - port: 80
    22     targetPort: 8080
    23  selector:
    24    service: ambassador

View as plain text