mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Deploy ingress, lego and dashboard
This commit is contained in:
parent
bf83e675f2
commit
f468fd3e34
43 changed files with 1321 additions and 142 deletions
10
roles/ingress/templates/nginx-ingress-configmap.yml.j2
Normal file
10
roles/ingress/templates/nginx-ingress-configmap.yml.j2
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: nginx-ingress-cfg
|
||||
namespace: kube-system
|
||||
labels:
|
||||
app: nginx-ingress-cfg
|
||||
data:
|
||||
enable-sticky-sessions: 'true' ## use ROUTE cookie to provide session affinity
|
||||
enable-vts-status: 'true' ## Allows the replacement of the default status page nginx-module-vts
|
||||
Loading…
Add table
Add a link
Reference in a new issue