fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user