Parent Directory
|
Revision Log
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 |