From 738b259363eba5506603666d8bd4974579fce589 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:45:48 +1000 Subject: [PATCH] ingress? --- manifests/02-services/hw-service.yaml | 6 ++++++ manifests/03-ingress/hw-ingress.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/manifests/02-services/hw-service.yaml b/manifests/02-services/hw-service.yaml index 4ff0c58..87c0ae4 100644 --- a/manifests/02-services/hw-service.yaml +++ b/manifests/02-services/hw-service.yaml @@ -11,6 +11,12 @@ spec: - port: 80 targetPort: 80 nodePort: 30001 + + + # - protocol: TCP + # port: 8080 + # targetPort: 8080 + # nodePort: 32129 #name: http #protocol: TCP diff --git a/manifests/03-ingress/hw-ingress.yaml b/manifests/03-ingress/hw-ingress.yaml index 2463bc5..de14f64 100644 --- a/manifests/03-ingress/hw-ingress.yaml +++ b/manifests/03-ingress/hw-ingress.yaml @@ -17,7 +17,7 @@ spec: service: name: hw-service port: - number: 8085 + number: 80 # - path: / # pathType: Prefix # backend: