-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration du cluster kubernetes #1064
base: master
Are you sure you want to change the base?
Conversation
niladic
commented
Jun 2, 2021
•
edited
Loading
edited
- Il manque la config du Ingress
- RETENTION_NUM_OF_DAYS est à mettre à une valeur convenable
fi | ||
done < <(swift --os-auth-token $AUTH_TOKEN --os-storage-url $STORAGE_URL list --json $STORAGE_CONTAINER | jq -c '.[]') | ||
--- | ||
apiVersion: batch/v1beta1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'est normal le v1beta1 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oui, la feature est stable à partir de kubernetes v1.21 https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/ et on est sur v1.20 => Je vais ajouter un commentaire
kubernetes/aplus-db.yaml
Outdated
valueFrom: | ||
secretKeyRef: | ||
name: aplus-db-postgres-secret | ||
key: DATABASE_URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
je vois POSTGRES_PASSWORD et DATABASE_URL c'est normal ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bien vu !
Je laisse ouvert pour garder les reviews de Codacy, le code de cette PR est obsolète. |