Standardize manifest filenames to <app>-<kind>.yaml
This commit is contained in:
14
wikijs/postgresql/wikijs-postgresql-service.yaml
Normal file
14
wikijs/postgresql/wikijs-postgresql-service.yaml
Normal file
@@ -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