move to correct ns and correct service
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
5186a03198
commit
f2f264b2de
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue