This commit is contained in:
2024-05-24 12:01:33 +02:00
parent eea3d43fff
commit 6cce779365
3 changed files with 19 additions and 9 deletions

View File

@@ -41,6 +41,7 @@ EOF
}
resource "kubectl_manifest" "Service_server_compat" {
depends_on = [kubectl_manifest.Deployment_server]
yaml_body = <<-EOF
apiVersion: v1
kind: Service