-
Notifications
You must be signed in to change notification settings - Fork 831
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move from Ambassador Edge Stack to Emissary Ingress (#5117)
- Loading branch information
Adrian Gonzalez-Martin
authored
Sep 6, 2023
1 parent
24dd8a7
commit 1748a22
Showing
2 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
emissary-ingress: | ||
service: | ||
type: NodePort | ||
service: | ||
type: NodePort | ||
|
||
# Note that target http ports need to match your ambassador configurations service_port | ||
# https://www.getambassador.io/reference/modules/#the-ambassador-module | ||
ports: | ||
- name: http | ||
port: 80 | ||
targetPort: 8080 | ||
# protocol: TCP | ||
nodePort: 30080 | ||
|
||
# Note that target http ports need to match your ambassador configurations service_port | ||
# https://www.getambassador.io/reference/modules/#the-ambassador-module | ||
ports: | ||
- name: http | ||
port: 80 | ||
targetPort: 8080 | ||
# protocol: TCP | ||
nodePort: 30080 |
This file contains 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