summaryrefslogtreecommitdiff
path: root/playbooks.d
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-07-26 22:55:07 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-07-26 22:55:07 +0200
commitca08ae7a6e1562e801981d06ff90d920d2051932 (patch)
treec6ab1ae62ebc53b4a54d94c176dd1c558139ca55 /playbooks.d
parent7b56d2e494fdaa8d5bf3fb1d31b60b63f51176c6 (diff)
Try different values to change the port
Diffstat (limited to 'playbooks.d')
-rw-r--r--playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml7
1 files changed, 4 insertions, 3 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 fcb28b8..3cc164c 100644
--- a/playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml
+++ b/playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml
@@ -19,9 +19,10 @@ spec:
helm:
values: |
controller:
- containerPort:
- http: 8080
- https: 8443
+ service:
+ ports:
+ http: 8080
+ https: 8443
destination:
server: https://kubernetes.default.svc
namespace: ingress