Skip to content

Commit

Permalink
fix: missing yaml file (ForgeRock#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxres-fr committed Sep 23, 2021
1 parent c89dae4 commit 59831d2
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions tests/ds-snapshots.yaml
@@ -0,0 +1,59 @@
apiVersion: directory.forgerock.io/v1alpha1
kind: DirectoryService
metadata:
name: ds-idrepo
labels:
app.kubernetes.io/name: ds
app.kubernetes.io/testcase: ds-snapshot
app.kubernetes.io/part-of: forgerock
spec:
image: gcr.io/forgeops-public/ds:dev
replicas: 1
resources:
requests:
memory: 900Mi
cpu: 250m
limits:
memory: 1024Mi
volumeClaimSpec:
storageClassName: fast
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 2Gi
dataSource:
name: "$(latest)"
kind: VolumeSnapshot
apiGroup: snapshot.storage.k8s.io
volumeClaimSpec:
storageClassName: fast
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 2Gi
snapshots:
enabled: true
periodMinutes: 3
snapshotsRetained: 2
volumeSnapshotClassName: ds-snapshot-class
passwords:
uid=admin:
secretName: ds-passwords
key: dirmanager.pw
uid=monitor:
secretName: ds-passwords
key: monitor.pw
uid=openam_cts,ou=admins,ou=famrecords,ou=openam-session,ou=tokens:
secretName: ds-env-secrets
key: AM_STORES_CTS_PASSWORD
uid=am-identity-bind-account,ou=admins,ou=identities:
secretName: ds-env-secrets
key: AM_STORES_USER_PASSWORD
uid=am-config,ou=admins,ou=am-config:
secretName: ds-env-secrets
key: AM_STORES_APPLICATION_PASSWORD
keystore:
secretName: ds
truststore:
secretName: "platform-ca"
keyName: "ca.pem"

0 comments on commit 59831d2

Please sign in to comment.