summaryrefslogtreecommitdiff
path: root/playbooks.d
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-07-26 22:50:01 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-07-26 22:50:01 +0200
commit46000349ed28ef8d83c11530a6ceafa03dbffced (patch)
tree691a81758389d937e787ac2fd7ae382a3fab1e3f /playbooks.d
parent843a4fcdbf4a001e267708f49e9d945dabbd05ee (diff)
Helm values should be in the helm section
Diffstat (limited to 'playbooks.d')
-rw-r--r--playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml11
1 files changed, 6 insertions, 5 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 a20810d..cdbcd79 100644
--- a/playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml
+++ b/playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml
@@ -16,11 +16,12 @@ spec:
repoURL: https://helm.nginx.com/stable
chart: nginx-ingress
targetRevision: 0.14.0
- values: |
- controller:
- containerPort:
- http: 8080
- https: 8443
+ helm:
+ values: |
+ controller:
+ containerPort:
+ http: 8080
+ https: 8443
destination:
server: https://kubernetes.default.svc
namespace: ingress