Feat(hedgedoc): add hedgedoc
All checks were successful
Lint yaml / build-package (push) Successful in 3s
All checks were successful
Lint yaml / build-package (push) Successful in 3s
This commit is contained in:
13
hedgedoc/service.yaml
Normal file
13
hedgedoc/service.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: hedgedoc
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: hedgedoc
|
||||
ports:
|
||||
- name: http
|
||||
port: 8000
|
||||
targetPort: 8000
|
||||
Reference in New Issue
Block a user