More resource re-factors, upgrades and fixes for future work
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 16s

Housekeeping but the wiki got hosed :((
This commit is contained in:
2026-01-07 00:53:11 -08:00
parent 4d71994b85
commit 1c11410c2d
5 changed files with 7 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
resource kubernetes_deployment health {
resource kubernetes_deployment_v1 health {
metadata {
name = "health"
namespace = var.playground.namespace
@@ -29,7 +29,7 @@ resource kubernetes_deployment health {
}
}
resource kubernetes_service health {
resource kubernetes_service_v1 health {
metadata {
name = "health"
namespace = var.playground.namespace