/[sudobot]/branches/9.x-dev/kubernetes/postgres-service.yml
ViewVC logotype

Annotation of /branches/9.x-dev/kubernetes/postgres-service.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File size: 207 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 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