Stop using nativeLB
This commit is contained in:
parent
68e2fb8f61
commit
75a2845e6c
@ -15,6 +15,6 @@ traefik:
|
|||||||
- match: {{ .match }}
|
- match: {{ .match }}
|
||||||
services:
|
services:
|
||||||
- name: {{ .service }}
|
- name: {{ .service }}
|
||||||
nativeLB: true
|
nativeLB: false
|
||||||
port: {{ .port }}
|
port: {{ .port }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
14
manifests/argo-apps/app.yaml
Normal file
14
manifests/argo-apps/app.yaml
Normal 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
|
Reference in New Issue
Block a user