mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
The scylla-manager Application was missing the third source for raw manifests, so the VirtualService in infrastructure/scylla/manifests/ was never deployed. This caused Kiali to flag the ext-authz policy host as having no matching service entry. Also removed stale PERMISSIVE PeerAuthentication from authentik namespace (manually applied, not in git, unnecessary with mesh-wide STRICT mTLS). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: scylla-manager
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "14"
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: infrastructure
|
|
sources:
|
|
- repoURL: https://scylla-operator-charts.storage.googleapis.com/stable
|
|
chart: scylla-manager
|
|
targetRevision: v1.19.1
|
|
helm:
|
|
valueFiles:
|
|
- $values/infrastructure/scylla/manager-values.yaml
|
|
- repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
|
|
targetRevision: main
|
|
ref: values
|
|
- repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
|
|
targetRevision: main
|
|
path: infrastructure/scylla/manifests
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: scylla-manager
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
managedNamespaceMetadata:
|
|
labels:
|
|
pod-security.kubernetes.io/enforce: privileged
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|
|
- ServerSideDiff=true
|
|
- RespectIgnoreDifferences=true
|