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

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-frontend-service
spec:
selector:
app: {{ .Release.Name }}-frontend
ports:
- protocol: TCP
port: 80
targetPort: 8000