Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. apiVersion: "mariadb.com/v1alpha1"
  2. kind: MariaDB
  3. metadata:
  4. name: openstack-db
  5. spec:
  6. cluster:
  7. topology: standalone
  8. server:
  9. image: mariadb/server:latest
  10. storage:
  11. class: my-local-storage
  12. replicas: 1
  13. resources:
  14. requests:
  15. cpu: 300m
  16. memory: 400Mi
  17. limits:
  18. cpu: 500m
  19. memory: 500Mi
  20. users:
  21. admin:
  22. password: foobar123
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement