mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
15 lines
250 B
YAML
15 lines
250 B
YAML
---
|
|
# trunk-ignore(checkov/CKV_K8S_21)
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: pgadmin
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- name: pgadmin-port
|
|
port: 5050
|
|
protocol: TCP
|
|
selector:
|
|
postgres-operator.crunchydata.com/pgadmin: pgadmin
|