mv traeffic-middleware to provs
This commit is contained in:
parent
3fd976e0a7
commit
7323675d96
3 changed files with 0 additions and 15 deletions
|
@ -21,7 +21,6 @@
|
|||
(gitea/generate-deployment)
|
||||
(gitea/generate-service)
|
||||
(gitea/generate-service-ssh)
|
||||
(gitea/generate-traefik-middleware)
|
||||
(gitea/generate-root-volume config)
|
||||
(gitea/generate-data-volume config)
|
||||
(gitea/generate-appini-env config)
|
||||
|
|
|
@ -63,7 +63,6 @@
|
|||
"gitea/secrets.yaml" (rc/inline "gitea/secrets.yaml")
|
||||
"gitea/service.yaml" (rc/inline "gitea/service.yaml")
|
||||
"gitea/service-ssh.yaml" (rc/inline "gitea/service-ssh.yaml")
|
||||
"gitea/traefik-middleware.yaml" (rc/inline "gitea/traefik-middleware.yaml")
|
||||
"gitea/rootvolume.yaml" (rc/inline "gitea/rootvolume.yaml")
|
||||
"gitea/datavolume.yaml" (rc/inline "gitea/datavolume.yaml")
|
||||
(throw (js/Error. "Undefined Resource!")))))
|
||||
|
@ -151,7 +150,3 @@
|
|||
(defn-spec generate-service-ssh pred/map-or-seq?
|
||||
[]
|
||||
(yaml/load-as-edn "gitea/service-ssh.yaml"))
|
||||
|
||||
(defn-spec generate-traefik-middleware pred/map-or-seq?
|
||||
[]
|
||||
(yaml/load-as-edn "gitea/traefik-middleware.yaml"))
|
|
@ -1,9 +0,0 @@
|
|||
# TODO: Review jem - 2022/07/26 - move this to provs?
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: redirect-https
|
||||
spec:
|
||||
redirectScheme:
|
||||
scheme: https
|
||||
permanent: true
|
Loading…
Reference in a new issue