mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 05:44:24 +00:00
Task 3: React Frontend
This commit is contained in:
10
task_3_react/helm/templates/service.yaml
Normal file
10
task_3_react/helm/templates/service.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-webapp
|
||||
spec:
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 5173
|
||||
selector:
|
||||
app: {{ .Release.Name }}-webapp
|
||||
Reference in New Issue
Block a user