-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add example deployment scripts #7
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
base: main
Are you sure you want to change the base?
Conversation
3b9c08c to
5dd3f6f
Compare
5dd3f6f to
ea11287
Compare
Signed-off-by: Richard Gebhardt <[email protected]>
ea11287 to
39d1a61
Compare
| route_table_id = oci_core_route_table.luna_route_table.id | ||
| } | ||
|
|
||
| # Create a security list for the VCN |
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.
tighten these up
Signed-off-by: Richard Gebhardt <[email protected]>
b80d2dc to
b7e040f
Compare
Signed-off-by: Richard Gebhardt <[email protected]>
b7e040f to
ce34d28
Compare
| resource "oci_core_subnet" "luna_public_subnet" { | ||
| compartment_id = var.compartment_id | ||
| vcn_id = oci_core_vcn.luna_vcn.id | ||
| cidr_block = "10.0.1.0/28" |
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.
should we put this in a variable?
|
|
||
| ingress_security_rules { | ||
| protocol = "6" # TCP | ||
| source = "0.0.0.0/0" |
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.
Should the source of this be the ollama server's specific ip address rather than public?
| source_details { | ||
| source_type = "image" | ||
| source_id = var.image_id | ||
| boot_volume_size_in_gbs = 500 |
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.
Should this be a variable?
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: