@@ -1,3 +1,5 @@
A simple python Flask application to serve go link redirects
The idea is that anyone on the internet can hit http://go.dezendorf.net/<link_name> and be redirected to the saved value. All administrative actions redirect to authelia and https://
+
+TLS termination is done at traefik
@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: gopy
- image: docker.dezendorf.net/gopy:ccaf40f
+ image: docker.dezendorf.net/gopy:819463f
ports:
- name: web
containerPort: 5000