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,20 @@
---
apiVersion: gateway.networking.k8s.io/v1beta1
kind: HTTPRoute
metadata:
name: http-pgadmin
namespace: default
spec:
hostnames:
- pgadmin.guaranteedstruggle.host
parentRefs:
- name: my-gateway
namespace: default
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: pgadmin
port: 80