adn-agov-iam-inventory/DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/fido2/etc/nevis/k8s-nevisfido2-087f275433f3...

61 lines
1.4 KiB
YAML

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: "7.2402.1"
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"
initialDelaySeconds: 40
periodSeconds: 30
timeoutSeconds: 6
readinessProbe:
management:
httpGet:
path: "/nevisfido/health"
initialDelaySeconds: 40
periodSeconds: 30
timeoutSeconds: 6
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-321172e6fdaf5bceaa7bd1c5ebc16b994cfee6f1"
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/fido2"
credentials: "git-credentials"
database:
name: "fido2"
requiredVersion: "7.2402.1"
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"