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

configure nodePort for haproxy to provide external access to Conjur Master service #21

Open
jodyhuntatx opened this issue Aug 2, 2018 · 0 comments

Comments

@jodyhuntatx
Copy link
Member

hostname:port syntax is the expected format for the Conjur Master service. Adding a nodePort to the haproxy provides external access via a fixed port number. I like 30443 since it's easy to remember:

$ cat haproxy-conjur-master.yaml p

apiVersion: v1
kind: Service
metadata:
name: conjur-master
labels:
app: haproxy-conjur-master
spec:
ports:

  • port: 443
    name: https
    nodePort: 30443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant