Skip to content

Commit

Permalink
fix: kiam server port
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com>
  • Loading branch information
ArchiFleKs committed Nov 7, 2019
1 parent 6992fa2 commit f62ef0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/modules/eks-addons/kiam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ agent:
server:
service:
targetPort: 11443
port: 11443
useHostNetwork: ${var.kiam["server_use_host_network"]}
image:
tag: ${var.kiam["version"]}
Expand Down

0 comments on commit f62ef0d

Please sign in to comment.