This commit is contained in:
2025-05-15 15:24:03 +02:00
parent df37edbd0d
commit 732ae66d43
6 changed files with 145 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: svc-mylar3
spec:
selector:
app.kubernetes.io/name: mylar3
ports:
- name: webui
protocol: TCP
port: 80
targetPort: 8090