Make windmill public
This commit is contained in:
parent
9d8ee9f031
commit
dc732ee3ec
2 changed files with 8 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ spec:
|
||||||
- name: MODE
|
- name: MODE
|
||||||
value: "standalone"
|
value: "standalone"
|
||||||
- name: BASE_URL
|
- name: BASE_URL
|
||||||
value: "http://windmill.k3s.home.nest"
|
value: "https://murmuration.mynest.love"
|
||||||
- name: DATABASE_URL
|
- name: DATABASE_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,15 @@ kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: windmill-ingress
|
name: windmill-ingress
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: web
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
spec:
|
spec:
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- murmuration.mynest.love
|
||||||
|
secretName: windmill-tls
|
||||||
rules:
|
rules:
|
||||||
- host: windmill.k3s.home.nest
|
- host: murmuration.mynest.love
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue