Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 23, 2024
1 parent 6a6d603 commit a3abd37
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion terraform.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"exist": false
},
"enable_aws_for_fluentbit": false,
"enable_ingress_nginx": false,
"enable_ivs": false,
"enable_patching": false,
"gpuNodeCountMax": 12,
Expand All @@ -21,6 +20,23 @@
],
"gpuNvidiaDriverVersion": "535.54.03",
"infrastructurename": "simphera",
"ingress_nginx_config": {
"chart_values": {
"controller": {
"images": {
"registry": "registry.k8s.io"
},
"service": {
"annotations": {
"service.beta.kubernetes.io/aws-load-balancer-scheme": "internet-facing"
}
}
}
},
"enable": false,
"helm_repository": "https://kubernetes.github.io/ingress-nginx",
"helm_version": "4.1.4"
},
"install_schedule": "cron(0 3 * * ? *)",
"ivsGpuNodeCountMax": 2,
"ivsGpuNodeCountMin": 0,
Expand Down

0 comments on commit a3abd37

Please sign in to comment.