apiVersion: "operator.nevis-security.ch/v1" kind: "NevisComponent" metadata: name: "fido2" namespace: "adn-agov-nevisidm-01-uat" labels: deploymentTarget: "fido2" annotations: projectKey: "DEFAULT-ADN-AGOV-PROJECT" patternId: "087f275433f3973a1421318f" spec: type: "NevisFIDO" replicas: 1 version: "8.2405.2" gitInitVersion: "1.3.0" runAsNonRoot: true ports: management: 9089 https: 9443 resources: limits: cpu: "1000m" memory: "1000Mi" requests: cpu: "100m" memory: "700Mi" livenessProbe: management: httpGet: path: "/nevisfido/liveness" periodSeconds: 5 timeoutSeconds: 6 readinessProbe: management: httpGet: path: "/nevisfido/health" periodSeconds: 5 timeoutSeconds: 6 startupProbe: management: httpGet: path: "/nevisfido/health" periodSeconds: 5 timeoutSeconds: 6 failureThreshold: 50 podDisruptionBudget: maxUnavailable: "50%" git: tag: "r-2f8a215769d731c34e6278cbfb370e06e976f51f" dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/fido2" credentials: "git-credentials" keystores: - "fido2-default-identity" - "fido2-default-client-identity" truststores: - "fido2-default-tls-client-trust" - "fido2-default-signer-trust" - "fido2-default-server-trust" podSecurity: policy: "baseline" automountServiceAccountToken: false timeZone: "Europe/Zurich"