Skip to content

Commit

Permalink
ita: Build the kustomization based on nodeport
Browse files Browse the repository at this point in the history
While testing on an environment as close as possible to the Kata
Containers CI, I've noticed that we need to build ITA based on nodeport
in order to get it working as expected there.

The tests I ran earlier, in a different environment, already had this
based on nodeport, but I didn't realise it while reviewing bdaa4b2.

Signed-off-by: Fabiano Fidêncio <[email protected]>
  • Loading branch information
fidencio committed Sep 12, 2024
1 parent 6f767fa commit 28120d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbs/config/kubernetes/ita/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ images:
newTag: ita-as-v0.9.0

resources:
- ../overlays/x86_64
- ../nodeport/x86_64

configMapGenerator:
- name: kbs-config
Expand Down

0 comments on commit 28120d6

Please sign in to comment.