initial commit

This commit is contained in:
allard
2025-11-23 18:58:51 +01:00
commit 376a944abc
1553 changed files with 314731 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
name: external-postgres-operator-ui
spec:
ports:
- protocol: TCP
port: 80
targetPort: 8081
---
apiVersion: v1
kind: Endpoints
metadata:
name: external-postgres-operator-ui
subsets:
- addresses:
- ip: 192.168.80.81
ports:
- port: 8081

View File

@@ -0,0 +1,13 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: postgres-operator-ui-http-alldcs
spec:
entryPoints:
- web
routes:
- match: Host(`postgres-operator.alldcs.nl`)
kind: Rule
services:
- name: external-postgres-operator-ui
port: 80

View File

@@ -0,0 +1,15 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: odroid-tls-alldcs
spec:
entryPoints:
- websecure
routes:
- match: Host(`odroid.alldcs.nl`)
kind: Rule
services:
- name: external-nginx
port: 80
tls:
certResolver: letsencrypt