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/miniflux/postgres/service.yaml
Tobias Brunner be094a3ccb
Some checks failed
continuous-integration/drone/push Build is failing
install miniflux rss reader
2021-08-27 20:32:20 +02:00

16 lines
218 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: postgres
name: postgres
spec:
ports:
- name: "5432"
port: 5432
protocol: TCP
targetPort: 5432
selector:
app: postgres
type: ClusterIP