Skip to content

Commit

Permalink
fix k3s2 aoa kubeport config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujstor committed Dec 27, 2024
1 parent 91e25ce commit d70a266
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cluster/k3s2-win/helm/app-of-apps/100_system_cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
destination:
namespace: kube-system
server: https://api.k3s2.ujstor.dev:6443
server: https://api.k3s2.ujstor.dev:6442
project: ops-cluster-bootstrap
source:
path: cluster/k3s2-win/helm/system/cilium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
destination:
namespace: metallb
server: https://api.k3s2.ujstor.dev:6443
server: https://api.k3s2.ujstor.dev:6442
project: ops-cluster-bootstrap
source:
path: cluster/k3s2-win/helm/system/metallb-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
destination:
namespace: metallb
server: https://api.k3s2.ujstor.dev:6443
server: https://api.k3s2.ujstor.dev:6442
project: ops-cluster-bootstrap
source:
path: cluster/k3s2-win/helm/system/metallb-config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
destination:
namespace: ingress-nginx
server: https://api.k3s2.ujstor.dev:6443
server: https://api.k3s2.ujstor.dev:6442
project: ops-cluster-bootstrap
source:
path: cluster/k3s2-win/helm/system/ingress-nginx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
destination:
namespace: cert-manager
server: https://api.k3s2.ujstor.dev:6443
server: https://api.k3s2.ujstor.dev:6442
project: ops-cluster-bootstrap
source:
path: cluster/k3s2-win/helm/system/cert-manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
destination:
namespace: cert-manager
server: https://api.k3s2.ujstor.dev:6443
server: https://api.k3s2.ujstor.dev:6442
project: ops-cluster-bootstrap
source:
path: cluster/k3s0-ops/helm/system/cluster-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
destination:
namespace: external-secrets
server: https://api.k3s2.ujstor.dev:6443
server: https://api.k3s2.ujstor.dev:6442
project: ops-cluster-bootstrap
source:
path: cluster/k3s2-win/helm/system/external-secrets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
destination:
namespace: prometheus-grafana
server: https://api.k3s2.ujstor.dev:6443
server: https://api.k3s2.ujstor.dev:6442
project: ops-cluster-bootstrap
source:
path: cluster/k3s2-win/helm/system/prometheus-grafana
Expand Down
2 changes: 1 addition & 1 deletion cluster/k3s2-win/helm/app-of-apps/900_app_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
destination:
namespace: windows
server: https://api.k3s2.ujstor.dev:6443
server: https://api.k3s2.ujstor.dev:6442
project: ops-cluster-bootstrap
source:
path: cluster/k3s2-win/helm/apps/k8s-win
Expand Down

0 comments on commit d70a266

Please sign in to comment.