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:
parent
3b196baac1
commit
98a4c8c21a
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue