Compare commits
No commits in common. "89b093b947b918378c8a83b03a3005d8f3be514c" and "9335c045cd83fd95388dc69787a921ffd421a7d2" have entirely different histories.
89b093b947
...
9335c045cd
2 changed files with 13 additions and 18 deletions
|
@ -1,4 +1,3 @@
|
|||
# all invalid values, pushed to git for testing with flux.
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
|
|
|
@ -74,30 +74,26 @@ spec:
|
|||
protocol: TCP
|
||||
type: ClusterIP
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: bazarr
|
||||
namespace: default
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: traefik-external
|
||||
spec:
|
||||
rules:
|
||||
- host: "bazarr.${LOCAL_DOMAIN}"
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: headless-bazarr
|
||||
port:
|
||||
number: 6767
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`bazarr.${LOCAL_DOMAIN}`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: headless-bazarr
|
||||
port: 6767
|
||||
middlewares:
|
||||
- name: default-headers
|
||||
tls:
|
||||
- hosts:
|
||||
- "bazarr.${LOCAL_DOMAIN}"
|
||||
secretName: local-mafyuh-com-production-tls
|
||||
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
|
|
Loading…
Reference in a new issue