Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
maieve opened this issue Nov 9, 2020 · 2 comments
Open

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

maieve opened this issue Nov 9, 2020 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@maieve
Copy link

maieve commented Nov 9, 2020

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
@maieve maieve added the bug Something isn't working label Nov 9, 2020
@aattuluri
Copy link
Contributor

@maieve what version of admiral are you using, we use the service name http-service-mesh and it seems to be working for us. What admiral version are you using?

@maieve
Copy link
Author

maieve commented Nov 9, 2020

@maieve what version of admiral are you using, we use the service name http-service-mesh and it seems to be working for us. What admiral version are you using?

k8s(eks): 1.17
admiral: v1.0
[admiral-install-v1.0]

@benchi benchi added this to the v1.2 milestone Nov 23, 2020
@aattuluri aattuluri modified the milestones: v1.2, v1.3 Jan 25, 2022
itsLucario pushed a commit that referenced this issue Nov 7, 2022
* Adding the routing policy

Co-authored-by: psikka1 <pankaj_sikka@intuit.com>
Co-authored-by: vgonuguntla <vinay_gonuguntla@intuit.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants