mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: overhaul
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# 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
|
Reference in New Issue
Block a user