Standardize manifest filenames to <app>-<kind>.yaml
This commit is contained in:
11
pelican/pelican-postgres-service.yaml
Normal file
11
pelican/pelican-postgres-service.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: pelican-postgres
|
||||
namespace: pelican
|
||||
spec:
|
||||
selector:
|
||||
app: pelican-postgres
|
||||
ports:
|
||||
- port: 5432
|
||||
targetPort: 5432
|
||||
Reference in New Issue
Block a user