diff --git a/manifests/app-1/values.yaml b/manifests/app-1/values.yaml index 9e077b3..12484b5 100644 --- a/manifests/app-1/values.yaml +++ b/manifests/app-1/values.yaml @@ -2,5 +2,7 @@ message: "Am Israel Chai 1" image: repository: nginx tag: latest + pullPolicy: IfNotPresent service: type: ClusterIP + port: 80 # ✅ Required diff --git a/manifests/app-2/values.yaml b/manifests/app-2/values.yaml index 25256e5..6a8410f 100644 --- a/manifests/app-2/values.yaml +++ b/manifests/app-2/values.yaml @@ -2,5 +2,7 @@ message: "Am Israel Chai 2" image: repository: nginx tag: latest + pullPolicy: IfNotPresent service: type: ClusterIP + port: 80 # ✅ Required