infrastructure/k8s/roles/hedgedoc/files/resources/service.yaml
Peter Kurfer a5b49dccbc
All checks were successful
continuous-integration/drone/push Build is passing
feat: add nocodb, replace codimd
Remove skooner and codimd
2023-10-19 16:30:59 +02:00

12 lines
No EOL
183 B
YAML

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