15 lines
252 B
YAML
15 lines
252 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: gotify-postgresql
|
|
namespace: gotify
|
|
spec:
|
|
selector:
|
|
app: gotify-postgresql
|
|
type: ClusterIP
|
|
ports:
|
|
- name: gotify-postgresql-port
|
|
protocol: TCP
|
|
port: 5432
|
|
targetPort: 5432
|