summaryrefslogtreecommitdiff
path: root/playbooks.d
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-07-26 22:46:54 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-07-26 22:46:54 +0200
commit48bcd1c5d8e7472299a84885cd156e0b61aaff77 (patch)
tree199c142bb0653a4987217d7f8502d7fe84ae9da9 /playbooks.d
parentfffbdd8294f44c74a08cf5f3886deca7e6e6db84 (diff)
Keep nginx off of :80 and :443 for now
Diffstat (limited to 'playbooks.d')
-rw-r--r--playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml b/playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml
index 2296026..a20810d 100644
--- a/playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml
+++ b/playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml
@@ -16,6 +16,11 @@ spec:
repoURL: https://helm.nginx.com/stable
chart: nginx-ingress
targetRevision: 0.14.0
+ values: |
+ controller:
+ containerPort:
+ http: 8080
+ https: 8443
destination:
server: https://kubernetes.default.svc
namespace: ingress