Split manifests into infra/ and applications/
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: wikijs-postgresql
|
||||
namespace: wiki
|
||||
spec:
|
||||
selector:
|
||||
app: wikijs-postgresql
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: wikijs-postgresql-port
|
||||
protocol: TCP
|
||||
port: 5432
|
||||
targetPort: 5432
|
||||
Reference in New Issue
Block a user