initial commit
This commit is contained in:
@@ -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
|
||||
13
odroid/postgres-operator-zalando/raspberry/ingressroute-http.yml
Executable file
13
odroid/postgres-operator-zalando/raspberry/ingressroute-http.yml
Executable 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
|
||||
15
odroid/postgres-operator-zalando/raspberry/ingressroute-tls.yml
Executable file
15
odroid/postgres-operator-zalando/raspberry/ingressroute-tls.yml
Executable 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
|
||||
Reference in New Issue
Block a user