Add iulse

main
trivernis 3 months ago
parent 48aef790f0
commit ae9005b312
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: DFFFCC2C7A02DB45

@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
metadata:
name: iulse
resources:
- app/namespace.yaml
- app/route.yaml

@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: iulse
labels:
name: iulse

@ -0,0 +1,25 @@
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: iulse-redirect
namespace: iulse
spec:
redirectRegex:
regex: ^http(s)?://(www\.)?iulse\.com/(.*)
replacement: https://trivernis.net/${3}
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: web
namespace: iulse
spec:
entryPoints:
- web
routes:
- match: Host(`iulse.com`, `www.iulse.com`)
kind: Rule
middlewares:
- name: iulse-redirect
- name: strict-security-headers
namespace: default

@ -371,3 +371,20 @@ spec:
prune: true
wait: true
timeout: 5m0s
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps-iulse
namespace: flux-system
spec:
dependsOn:
- name: repos
interval: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps/iulse
prune: true
wait: true
timeout: 5m0s

Loading…
Cancel
Save