-
Notifications
You must be signed in to change notification settings - Fork 54
Feature/poc replace ingress nginx #346
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
Conversation
ingressNginx - to ingress ingress-nginx - to probably ingress-traefik Still Tests neet to be addressd
update manual-ingress-deploy with new helm chart generic namespace for ingress
docs/developers.md
Outdated
| # Create a docker container or use an available immage from a registry | ||
| # docker build -t gop:dev . | ||
| GOP_IMAGE=gop:ingress | ||
| PATH_TWO_REGISTRIES=examples/example-apps-via-content-loader/two-registries.yaml #Adjust to path above |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
path to config should be to other location
…ept shell scripts
# Conflicts: # src/test/groovy/com/cloudogu/gitops/integration/GOPSmoketestsIT.groovy
docs/developers.md
Outdated
| ``` | ||
|
|
||
| * Creating a specific example config file for two registries | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ``` | |
| ```bash |
docs/developers.md
Outdated
| * Creating a specific example config file for two registries | ||
| ``` | ||
| # Copy content of config.yaml from line one till the last list element under namespaces | ||
| awk '1; /example-apps-staging/ {exit}' examples/example-apps-via-content-loader/config.yaml > scripts/local/two-registries.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| awk '1; /example-apps-staging/ {exit}' examples/example-apps-via-content-loader/config.yaml > scripts/local/two-registries.yaml | |
| awk '1; /example-apps-staging/ {exit}' ../examples/example-apps-via-content-loader/config.yaml > ../scripts/local/two-registries.yaml |
docs/developers.md
Outdated
| # Copy content of config.yaml from line one till the last list element under namespaces | ||
| awk '1; /example-apps-staging/ {exit}' examples/example-apps-via-content-loader/config.yaml > scripts/local/two-registries.yaml | ||
| # Append following lines to the config file file | ||
| cat <<EOF >> scripts/local/two-registries.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| cat <<EOF >> scripts/local/two-registries.yaml | |
| cat <<EOF >> ../scripts/local/two-registries.yaml |
Replace nginx-ingress controller with Traefik ingress
Tested with profiles:
Please squash commits.