This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPulumi.yaml
56 lines (56 loc) · 1.58 KB
/
Pulumi.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: pulumi-k8s-oracle
description: Provisioning of Oracle FreeTier instance with a K8S cluster
runtime:
name: python
options:
virtualenv: .venv
config:
base_domain: thedodo.xyz
base_stack_ref: notdodo/pulumi-k8s-oracle/
cloudflare_zone_id: cec5bf01afed114303a536c264a1f394
cloudflare:
- records:
- name: k8s
proxy: false
type: A
- name: vault
proxy: true
type: A
- name: elk
proxy: true
type: A
crio_version: "1.28"
cluster_name: thedodo-k8s
cluster_cni_cidr: 10.85.0.0/16
cluster_pod_subnet: 10.123.0.0/16
cluster_service_subnet: 10.96.0.0/12
instance_memory_in_gbs: 24 # Max RAM
instance_ocpus: 4 # Max CPUs
instance_operating_system: Canonical Ubuntu
instance_shape: VM.Standard.A1.Flex
instance_operating_system_version: "22.04 Minimal aarch64"
instance_volume_in_gbs: 200 # Max Disk
oci_agent_bastion: DISABLED
oci_agent_blkvolume: DISABLED
oci_agent_comptinstance: ENABLED
oci_agent_comptinstancemonitoring: ENABLED
oci_agent_customlogs: DISABLED
oci_agent_mgmt: DISABLED
oci_agent_osmgmtsvc: ENABLED
oci_agent_vulnerability: ENABLED
public_ip_enabled: true
vcn_cidr_block: 10.0.0.0/16
instances:
- name: k8smaster1
cluster_bootstrap: true
is_controlplane: true
oci_profile: k8smaster1
private_ip: 10.0.100.90
wg_ip: 10.0.0.1
subnet_cidr: 10.0.100.0/24
- name: k8smaster2
is_controlplane: true
subnet_cidr: 10.0.200.0/24
private_ip: 10.0.200.90
wg_ip: 10.0.0.2
oci_profile: k8smaster2