VM-Operator/deploy/vmop-service.yaml
Michael N. Lipp 6f45e7982a
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Feature/web gui2 (#16)
Add oveview and enhance.
2023-10-30 23:10:26 +01:00

12 lines
227 B
YAML

apiVersion: v1
kind: Service
metadata:
name: vm-operator
spec:
ports:
- port: 8080
protocol: TCP
targetPort: 8080
selector:
app.kubernetes.io/name: vm-operator
app.kubernetes.io/component: manager