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

Close ports for the conjur follower #171

Open
h-artzi opened this issue Apr 12, 2021 · 0 comments
Open

Close ports for the conjur follower #171

h-artzi opened this issue Apr 12, 2021 · 0 comments

Comments

@h-artzi
Copy link
Contributor

h-artzi commented Apr 12, 2021

In the conjur-follower.yml update the exposed ports:

In the service:
Do not expose port 636.
Proposed:

apiVersion: v1
kind: Service
metadata:
  name: conjur-follower
  labels:
    app: conjur-follower
spec:
  ports:
  - port: 443
    name: https
  selector:
    app: conjur-follower

For the conjur-appliance container, we shouldn't expose port 636 or 5433
Proposed:

ports:
  - containerPort: 443
    name: https
  - containerPort: 5432
    name: pg-main
@h-artzi h-artzi changed the title Close and expose relevant ports for the conjur follower Close ports for the conjur follower Apr 16, 2021
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