From 1dbf109afe8770cb05c6b499d3385c3c188a4bd8 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Fri, 26 Apr 2024 20:38:35 +0000 Subject: [PATCH] use production values --- apps/production/podinfo-values.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/production/podinfo-values.yaml b/apps/production/podinfo-values.yaml index 98a230d..69886b6 100644 --- a/apps/production/podinfo-values.yaml +++ b/apps/production/podinfo-values.yaml @@ -10,7 +10,12 @@ spec: values: ingress: hosts: - - host: podinfo.production + - host: podinfo.sbtp.xyz paths: - path: / - pathType: ImplementationSpecific + pathType: Prefix + backend: + service: + name: podinfo + port: + number: 9898 \ No newline at end of file