feat: add pgadmin argo app
This commit is contained in:
parent
18ef9d87c1
commit
173633c6f1
7 changed files with 79 additions and 26 deletions
|
|
@ -20,6 +20,9 @@ spec:
|
|||
valuesObject:
|
||||
service:
|
||||
type: LoadBalancer
|
||||
httpPort: 9002
|
||||
httpsPort: 9445
|
||||
edgePort: 8005
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: traefik
|
||||
|
|
@ -27,6 +30,7 @@ spec:
|
|||
- host: containers.fukurokuju.dev
|
||||
paths:
|
||||
- path: /
|
||||
port: 9002
|
||||
tls: []
|
||||
persistence:
|
||||
storageClass: truenas-nfs-csi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue