/[sudobot]/trunk/kubernetes/postgres-service.yml
ViewVC logotype

Contents of /trunk/kubernetes/postgres-service.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (show annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File size: 207 byte(s)
chore: add trunk
1 apiVersion: v1
2 kind: Service
3 metadata:
4 name: postgres
5 labels:
6 app: postgres
7 spec:
8 type: ClusterIP
9 selector:
10 app: postgres
11 ports:
12 - port: 5432
13 targetPort: 5432
14 protocol: TCP

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26