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

Add test case to create nginx-ingress with metal-lb provided IP #109

Open
mcastelino opened this issue Jun 26, 2019 · 0 comments
Open

Add test case to create nginx-ingress with metal-lb provided IP #109

mcastelino opened this issue Jun 26, 2019 · 0 comments
Assignees
Labels
test The need for a test case or test case related

Comments

@mcastelino
Copy link
Contributor

This allows the http gateway to be directly exposed on well known ports to the rest of the network.

apiVersion: v1
kind: Service
metadata:
  name: ingress-nginx
  namespace: ingress-nginx
  labels:
    app.kubernetes.io/name: ingress-nginx
    app.kubernetes.io/part-of: ingress-nginx
spec:
  type: LoadBalancer
  ports:
    - name: http
      port: 80
      targetPort: 80
      protocol: TCP
    - name: https
      port: 443
      targetPort: 443
      protocol: TCP
  selector:
    app.kubernetes.io/name: ingress-nginx
    app.kubernetes.io/part-of: ingress-nginx

---
@NitinAtIntel NitinAtIntel added the test The need for a test case or test case related label Aug 5, 2019
@knangia knangia assigned knangia and unassigned NitinAtIntel and knangia Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test The need for a test case or test case related
Projects
None yet
Development

No branches or pull requests

3 participants