Initial commit

This commit is contained in:
Arvind Prabhakar 2026-06-16 00:03:01 +00:00
commit c029592583
31 changed files with 39732 additions and 0 deletions

View file

@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: pgadmin
namespace: {{ .Values.namespace }}
spec:
type: ClusterIP
selector:
app: pgadmin
ports:
- name: http
port: 80
targetPort: 80