basic-values.yaml 513 B

1234567891011121314151617181920212223242526272829
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. keycloak:
  7. postgres_image_selector: postgres_17_image
  8. db_password: some-secret-password
  9. hostname: localhost
  10. additional_envs: []
  11. network:
  12. web_port:
  13. bind_mode: published
  14. port_number: 8080
  15. certificate_id:
  16. ix_volumes:
  17. postgres_data: /opt/tests/mnt/keycloak/postgres-data
  18. storage:
  19. postgres_data:
  20. type: ix_volume
  21. ix_volume_config:
  22. dataset_name: postgres_data
  23. create_host_path: true
  24. additional_storage: []