Update docs + make service a LoadBalancer

This commit is contained in:
Garrett Mills 2025-04-22 23:43:43 -04:00
parent b42632f9c8
commit 1b413f47ac
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -11,3 +11,4 @@ spec:
- protocol: TCP
port: 3450
targetPort: p5x
type: LoadBalancer