Feature/poc replace ingress nginx#346
Merged
ThomasMichael1811 merged 21 commits intomainfrom Feb 10, 2026
Merged
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 |
Contributor
There was a problem hiding this comment.
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 | ||
| ``` |
Contributor
There was a problem hiding this comment.
Suggested change
| ``` | |
| ```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 |
Contributor
There was a problem hiding this comment.
Suggested change
| 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 |
Contributor
There was a problem hiding this comment.
Suggested change
| cat <<EOF >> scripts/local/two-registries.yaml | |
| cat <<EOF >> ../scripts/local/two-registries.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace nginx-ingress controller with Traefik ingress
Tested with profiles:
Please squash commits.