Files
applications/hedgedoc/service.yaml
ytshih 96b725e54e
All checks were successful
Lint yaml / build-package (push) Successful in 3s
Feat(hedgedoc): add hedgedoc
2024-12-05 09:45:06 +00:00

14 lines
180 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: hedgedoc
spec:
type: ClusterIP
selector:
app: hedgedoc
ports:
- name: http
port: 8000
targetPort: 8000