feat(podinfo): enable ingress for podinfo service

- add ingress configuration to podinfo manifest
- set replicaCount to 2 for scaling
- define host and path for ingress routing

🤖
This commit is contained in:
Sebastian Mark 2024-10-09 17:17:53 +02:00
parent 3b196baac1
commit 98a4c8c21a

View file

@ -29,3 +29,10 @@ spec:
namespace: flux2 namespace: flux2
values: values:
replicaCount: 2 replicaCount: 2
ingress:
enabled: true
hosts:
- host: podinfo.internal
paths:
- path: /
pathType: ImplementationSpecific