This commit is contained in:
16
manifests/03-services/svc-pgadmin.yaml
Normal file
16
manifests/03-services/svc-pgadmin.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: pgadmin
|
||||
labels:
|
||||
app: pgadmin
|
||||
namespace: pg
|
||||
spec:
|
||||
selector:
|
||||
app: pgadmin
|
||||
ports:
|
||||
- port: 80
|
||||
name: pgadmin
|
||||
targetport: 80
|
||||
Reference in New Issue
Block a user