add pg
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simple_Not
2023-12-14 20:20:16 +10:00
parent c781e4e94e
commit b970f3f79d
4 changed files with 78 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Service
metadata:
name: pgadmin
labels:
app: pgadmin
namespace: pg
spec:
selector:
app: pgadmin
ports:
- port: 80
name: pgadmin
targetport: 80