Skip to content

Commit

Permalink
Merge pull request #595 from JingChen23/fix-tuorial
Browse files Browse the repository at this point in the history
fix ingress definition issue in the tutorials
  • Loading branch information
JingChen23 authored Apr 20, 2022
2 parents 1371511 + 4cc1a3c commit eb7af4b
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 eb7af4b

Please sign in to comment.