mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 05:44:24 +00:00
11 lines
171 B
YAML
11 lines
171 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ .Release.Name }}-webapp
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
targetPort: 5173
|
|
selector:
|
|
app: {{ .Release.Name }}-webapp
|