Compare commits

...

1 Commits

Author SHA1 Message Date
selmankoc b6532d75ba Fixed ingress ports 2 years ago
  1. 2
      etc/README.md
  2. 2
      etc/k8s/eshoponabp/charts/administration/templates/administration-ingress.yaml
  3. 2
      etc/k8s/eshoponabp/charts/basket/templates/basket-ingress.yaml
  4. 2
      etc/k8s/eshoponabp/charts/cmskit/templates/cmskit-ingress.yaml
  5. 2
      etc/k8s/eshoponabp/charts/gateway-web-public/templates/gateway-web-public-ingress.yaml
  6. 2
      etc/k8s/eshoponabp/charts/gateway-web/templates/gateway-web-ingress.yaml
  7. 2
      etc/k8s/eshoponabp/charts/identity/templates/identity-ingress.yaml
  8. 2
      etc/k8s/eshoponabp/charts/ordering/templates/ordering-ingress.yaml
  9. 2
      etc/k8s/eshoponabp/charts/payment/templates/payment-ingress.yaml
  10. 2
      etc/k8s/eshoponabp/charts/public-web/templates/public-web-ingress.yaml

2
etc/README.md

@ -22,7 +22,7 @@ helm upgrade --install --version=4.0.19 ingress-nginx ingress-nginx/ingress-ngin
````powershell
127.0.0.1 eshop-st-web
127.0.0.1 eshop-st-public-web
127.0.0.1 eshop-st-authserver
127.0.0.1 eshop-st-account
127.0.0.1 eshop-st-identity
127.0.0.1 eshop-st-administration
127.0.0.1 eshop-st-basket

2
etc/k8s/eshoponabp/charts/administration/templates/administration-ingress.yaml

@ -29,4 +29,4 @@ spec:
service:
name: {{ .Release.Name }}-{{ .Chart.Name }}
port:
number: 80
number: 8080

2
etc/k8s/eshoponabp/charts/basket/templates/basket-ingress.yaml

@ -29,4 +29,4 @@ spec:
service:
name: {{ .Release.Name }}-{{ .Chart.Name }}
port:
number: 80
number: 8080

2
etc/k8s/eshoponabp/charts/cmskit/templates/cmskit-ingress.yaml

@ -29,4 +29,4 @@ spec:
service:
name: {{ .Release.Name }}-{{ .Chart.Name }}
port:
number: 80
number: 8080

2
etc/k8s/eshoponabp/charts/gateway-web-public/templates/gateway-web-public-ingress.yaml

@ -29,4 +29,4 @@ spec:
service:
name: {{ .Release.Name }}-{{ .Chart.Name }}
port:
number: 80
number: 8080

2
etc/k8s/eshoponabp/charts/gateway-web/templates/gateway-web-ingress.yaml

@ -29,4 +29,4 @@ spec:
service:
name: {{ .Release.Name }}-{{ .Chart.Name }}
port:
number: 80
number: 8080

2
etc/k8s/eshoponabp/charts/identity/templates/identity-ingress.yaml

@ -29,4 +29,4 @@ spec:
service:
name: {{ .Release.Name }}-{{ .Chart.Name }}
port:
number: 80
number: 8080

2
etc/k8s/eshoponabp/charts/ordering/templates/ordering-ingress.yaml

@ -29,4 +29,4 @@ spec:
service:
name: {{ .Release.Name }}-{{ .Chart.Name }}
port:
number: 80
number: 8080

2
etc/k8s/eshoponabp/charts/payment/templates/payment-ingress.yaml

@ -29,4 +29,4 @@ spec:
service:
name: {{ .Release.Name }}-{{ .Chart.Name }}
port:
number: 80
number: 8080

2
etc/k8s/eshoponabp/charts/public-web/templates/public-web-ingress.yaml

@ -38,4 +38,4 @@ spec:
service:
name: {{ .Release.Name }}-{{ .Chart.Name }}
port:
number: 80
number: 8080

Loading…
Cancel
Save