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 a test case for using the metal_lb to provide LoadBalancer service to the test runc deployment #108

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

Comments

@mcastelino
Copy link
Contributor

apiVersion: v1
kind: Service
metadata:
  name: php-apache-runc-lb
spec:
  ports:
  - port: 80
    protocol: TCP
    targetPort: 80
  selector:
    run: php-apache-runc
  sessionAffinity: None
  type: LoadBalancer
@NitinAtIntel NitinAtIntel added the test The need for a test case or test case related label Aug 5, 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

2 participants