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

added possibility to specify webhook port #893

Open
wants to merge 4 commits into
base: 2022.4
Choose a base branch
from

Commits on Sep 23, 2024

  1. Update values.yaml

    added possibility to specify webhook port, because AQUA used earlieir non-standard webhook port - 8443
    ultramaxim authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b2bb35f View commit details
    Browse the repository at this point in the history
  2. Update kube-enforcer-configmap.yaml

    added possibility to specify webhook port, because AQUA used earlier non-standard webhook port - 8443
    get port value from Values.yaml
    ultramaxim authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6918ceb View commit details
    Browse the repository at this point in the history
  3. Update kube-enforcer-deployment.yaml

    added possibility to specify webhook port, because AQUA used earlier non-standard webhook port - 8443
    set custom port for deployment from Values.yaml. Use named port
    ultramaxim authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7366293 View commit details
    Browse the repository at this point in the history
  4. Update service.yaml

    added possibility to specify webhook port, because AQUA used earlier non-standard webhook port - 8443
    set named port from Deployment in Service
    ultramaxim authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ac7cc12 View commit details
    Browse the repository at this point in the history