apps/ente/resources/museum/service.yaml
Peter Kurfer 8f6749b3af
All checks were successful
Renovate / renovate (push) Successful in 1m0s
feat(ente): initial deployment
2024-05-13 17:07:05 +02:00

12 lines
No EOL
179 B
YAML

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