Update docs + make service a LoadBalancer
This commit is contained in:
parent
b42632f9c8
commit
1b413f47ac
@ -34,6 +34,7 @@ stringData:
|
|||||||
P5X_STORAGE_POOL: "" # name of your Proxmox VE storage pool -- MUST be network storage shared between nodes
|
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_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_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:
|
Apply the environment secret and create the rest of the P5x API resources:
|
||||||
|
@ -11,3 +11,4 @@ spec:
|
|||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 3450
|
port: 3450
|
||||||
targetPort: p5x
|
targetPort: p5x
|
||||||
|
type: LoadBalancer
|
||||||
|
Loading…
Reference in New Issue
Block a user