diff --git a/manifests/podinfo.yml b/manifests/podinfo.yml index 3d4c887..165f826 100644 --- a/manifests/podinfo.yml +++ b/manifests/podinfo.yml @@ -29,3 +29,10 @@ spec: namespace: flux2 values: replicaCount: 2 + ingress: + enabled: true + hosts: + - host: podinfo.internal + paths: + - path: / + pathType: ImplementationSpecific