Skip to content

Commit

Permalink
fix ingress issue in the tutorials
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Jing <[email protected]>
  • Loading branch information
JingChen23 committed Apr 20, 2022
1 parent 1371511 commit 4cc1a3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ istio:
enabled: false
podSecurityPolicy:
enabled: false
ingressClassName: nginx
modules:
- rollsite
- clustermanager
Expand All @@ -255,13 +256,9 @@ backend: eggroll
ingress:
fateboard:
annotations:
kubernetes.io/ingress.class: "nginx"
hosts:
- name: party9999.fateboard.example.com
client:
annotations:
kubernetes.io/ingress.class: "nginx"
client:
hosts:
- name: party9999.notebook.example.com
Expand Down Expand Up @@ -299,6 +296,7 @@ istio:
enabled: false
podSecurityPolicy:
enabled: false
ingressClassName: nginx
modules:
- rollsite
- clustermanager
Expand All @@ -312,13 +310,9 @@ backend: eggroll
ingress:
fateboard:
annotations:
kubernetes.io/ingress.class: "nginx"
hosts:
- name: party10000.fateboard.example.com
client:
annotations:
kubernetes.io/ingress.class: "nginx"
client:
hosts:
- name: party10000.notebook.example.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ istio:
enabled: false
podSecurityPolicy:
enabled: false
ingressClassName: nginx
modules:
- rollsite
- clustermanager
Expand All @@ -234,13 +235,9 @@ backend: eggroll
ingress:
fateboard:
annotations:
kubernetes.io/ingress.class: "nginx"
hosts:
- name: party9999.fateboard.example.com
client:
annotations:
kubernetes.io/ingress.class: "nginx"
client:
hosts:
- name: party9999.notebook.example.com
Expand Down Expand Up @@ -279,6 +276,7 @@ istio:
enabled: false
podSecurityPolicy:
enabled: false
ingressClassName: nginx
modules:
- rollsite
- clustermanager
Expand All @@ -292,13 +290,9 @@ backend: eggroll
ingress:
fateboard:
annotations:
kubernetes.io/ingress.class: "nginx"
hosts:
- name: party10000.fateboard.example.com
client:
annotations:
kubernetes.io/ingress.class: "nginx"
client:
hosts:
- name: party10000.notebook.example.com
Expand Down

0 comments on commit 4cc1a3c

Please sign in to comment.