Stop using nativeLB

This commit is contained in:
Nikolai Rodionov 2024-06-22 21:30:28 +02:00
parent 68e2fb8f61
commit 75a2845e6c
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
2 changed files with 16 additions and 2 deletions

View File

@ -15,6 +15,6 @@ traefik:
- match: {{ .match }}
services:
- name: {{ .service }}
nativeLB: true
nativeLB: false
port: {{ .port }}
{{- end }}
{{- end }}

View File

@ -0,0 +1,14 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vaultflux
namespace: argo-system
spec:
project: default
source:
repoURL: https://git.badhouseplants.net/badhouseplants/k8s-cluster-config
targetRevision: try-argo-and-flux
path: manifests/helm-releases
destination:
server: https://kubernetes.default.svc
namespace: default