15 lines
206 B
YAML
15 lines
206 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: pg
|
|
namespace: lobe-chat
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: pg
|
|
ports:
|
|
- name: pg
|
|
port: 5432
|
|
targetPort: 5432
|
|
nodePort: 32432
|