This commit is contained in:
2024-05-27 08:42:20 +02:00
parent a9e0880e63
commit d312844f1c
3 changed files with 55 additions and 8 deletions

View File

@@ -96,9 +96,9 @@ resource "kubectl_manifest" "svc_front" {
spec:
type: ClusterIP
ports:
- name: taiga-front
- name: http
port: 80
targetPort: taiga-front
targetPort: http
selector: ${jsonencode(local.front_labels)}
EOF
}