initial commit
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user