Add Outline
This commit is contained in:
14
applications/outline/postgres/outline-postgres-service.yaml
Normal file
14
applications/outline/postgres/outline-postgres-service.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: outline-postgres
|
||||
namespace: outline
|
||||
spec:
|
||||
selector:
|
||||
app: outline-postgres
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: outline-postgres-port
|
||||
protocol: TCP
|
||||
port: 5432
|
||||
targetPort: 5432
|
||||
Reference in New Issue
Block a user