Skip to content

[BUG] service name http-{prefix} not working #150

@maieve

Description

@maieve

connect(O) Service Entry(O)

kind: Service
apiVersion: v1
metadata:
  name: nginx
  namespace: nginx
  labels:
    app: nginx
    identity: nginx
spec:
  ports:
    - name: http
       protocol: TCP
       port: 80
       targetPort: 80
  selector:
    app: nginx
  type: ClusterIP
  sessionAffinity: None

Connect(X) Service Entry(X)

kind: Service
apiVersion: v1
metadata:
  name: nginx
  namespace: nginx
  labels:
    app: nginx
    identity: nginx
spec:
  ports:
    - name: http-dev #or grpc
       protocol: TCP
       port: 80
       targetPort: 80
  selector:
    app: nginx
  type: ClusterIP
  sessionAffinity: None

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions