Skip to content

Commit

Permalink
Standardize deployment
Browse files Browse the repository at this point in the history
Signed-off-by: haroldsphinx <[email protected]>
  • Loading branch information
haroldsphinx committed Feb 18, 2023
1 parent ea11dbf commit 76408c2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# terraform-ingress-controller
# terraform-ingress-controller

## Example Usage

module "ingress_controller" {
source = "[email protected]:blockopsnetwork/terraform-ingress-controller?ref=ingress-controller-setup"
namespace = "sre"
replicas = {
min = 1
max = 3
}
}

0 comments on commit 76408c2

Please sign in to comment.