diff --git a/argocd/apps/anyllm/anyllm.yaml b/argocd/apps/anyllm/anyllm.yaml index 2112343..86124ef 100644 --- a/argocd/apps/anyllm/anyllm.yaml +++ b/argocd/apps/anyllm/anyllm.yaml @@ -16,11 +16,11 @@ spec: - name: ingress.hostname value: 'anyllm.innovation-hub-niedersachsen.de' - name: ingress.tls - value: 'true' + value: '[{"hosts":["anyllm.innovation-hub-niedersachsen.de"],"secretName":"anyllm-tls"}]' - name: 'endpoint' value: 'anyllm.innovation-hub-niedersachsen.de' - name: ingress.hosts[0] - value: 'anyllm.innovation-hub-niedersachsen.de' + value: '[{"host":"anyllm.innovation-hub-niedersachsen.de","paths":[{"path":"/","pathType":"Prefix"}]}]' - name: 'ingress.tls[0].hosts[0]' value: 'anyllm.innovation-hub-niedersachsen.de' - name: 'ingress.tls[0].secretName' diff --git a/argocd/apps/argocd/.argocd.yaml.swp b/argocd/apps/argocd/.argocd.yaml.swp new file mode 100644 index 0000000..df31235 Binary files /dev/null and b/argocd/apps/argocd/.argocd.yaml.swp differ