Files
wild-directory/postgres/service.yaml

11 lines
129 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: postgres
spec:
ports:
- port: {{ .port }}
selector:
app: postgres