add linkwarden
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
6112c40702
commit
d4f0396eca
16 changed files with 304 additions and 0 deletions
12
linkwarden/postgres-service.yml
Normal file
12
linkwarden/postgres-service.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: postgres
|
||||
namespace: linkwarden
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: postgres
|
||||
ports:
|
||||
- port: 5432
|
||||
targetPort: 5432
|
||||
Loading…
Add table
Add a link
Reference in a new issue