Frontend deployment

This commit is contained in:
2024-04-11 18:00:03 +03:00
parent 8786b8c1d2
commit 84cd414759
5 changed files with 48 additions and 2 deletions

View File

@@ -14,3 +14,13 @@ spec:
name: {{ .Release.Name }}-backend-service
port:
number: 80
- host: nullptr.top
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: {{ .Release.Name }}-frontend-service
port:
number: 80