This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/odoo/service-postgres.yaml
Tobias Brunner a5764cc5c9
All checks were successful
continuous-integration/drone/push Build is passing
make it more secure
2022-07-13 09:57:51 +02:00

14 lines
184 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: postgres
name: postgres
spec:
ports:
- name: postgres
port: 5432
targetPort: 5432
selector:
app: postgres