move to correct ns and correct service

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-10-26 22:15:33 +02:00
parent 5186a03198
commit f2f264b2de
2 changed files with 3 additions and 3 deletions

View File

@ -20,13 +20,13 @@ tunnel:
source: 8080 source: 8080
dest: 80 dest: 80
bindIP: 0.0.0.0 bindIP: 0.0.0.0
destsvc: cluster-ingress-ingress-nginx-controller destsvc: ingress-nginx-controller
destns: cluster-ingress destns: cluster-ingress
- name: https - name: https
source: 8443 source: 8443
dest: 443 dest: 443
bindIP: 8080 bindIP: 8080
destsvc: cluster-ingress-ingress-nginx-controller destsvc: ingress-nginx-controller
destns: cluster-ingress destns: cluster-ingress
image: image:

View File

@ -5,7 +5,7 @@ metadata:
namespace: argocd namespace: argocd
spec: spec:
destination: destination:
namespace: kube-system namespace: cluster-ingress
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
project: infra project: infra
source: source: