bind ingress to public

pull/1/head
jerger 1 year ago
parent 2c8ce98d66
commit 0991ac2f73

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-common-cljs "3.2.1-SNAPSHOT"
(defproject org.domaindrivenarchitecture/c4k-common-cljs "4.0.0-SNAPSHOT"
:description "Contains predicates and tools for c4k"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-common-clj "3.2.1-SNAPSHOT"
(defproject org.domaindrivenarchitecture/c4k-common-clj "4.0.0-SNAPSHOT"
:description "Contains predicates and tools for c4k"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"

@ -8,6 +8,7 @@ metadata:
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: web, websecure
traefik.ingress.kubernetes.io/router.middlewares: default-redirect-https@kubernetescrd
metallb.universe.tf/address-pool: public
spec:
tls:
- hosts:

Loading…
Cancel
Save