diff --git a/README.md b/README.md index 4af30df..2b6d464 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ stringData: P5X_STORAGE_POOL: "" # name of your Proxmox VE storage pool -- MUST be network storage shared between nodes P5X_STORAGE_DRIVER: "lvm" # what type of driver the storage pool uses ('lvm' or 'nfs') P5X_K8S_ROOT_PASSWORD: "" # FOR FUTURE USE - you can just fill in a random string here for now + P5X_K8S_NODE_SUBNET: "" # subnet where nodes' IP addresses are assigned (e.g. "24") ``` Apply the environment secret and create the rest of the P5x API resources: diff --git a/deploy/60-service.yaml b/deploy/60-service.yaml index 6189ecf..10fe6b2 100644 --- a/deploy/60-service.yaml +++ b/deploy/60-service.yaml @@ -11,3 +11,4 @@ spec: - protocol: TCP port: 3450 targetPort: p5x + type: LoadBalancer