mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 20:59:05 +00:00
12 lines
183 B
YAML
12 lines
183 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: postgres
|
|
namespace: linkwarden
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: postgres
|
|
ports:
|
|
- port: 5432
|
|
targetPort: 5432
|