Skip to content

Commit cf01154

Browse files
committed
Expose port 80
1 parent ef7ce5f commit cf01154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-hosting/proxmox/ubuntu-cloud-k3d.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ runcmd:
193193
- curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
194194
195195
# Create 3 node k3d cluster
196-
- k3d cluster create ${HOSTNAME}-cluster --agents 2 --agents-memory 6G --k3s-arg "--kubelet-arg=eviction-hard=memory.available<1Gi@server:0" --k3s-arg "--kubelet-arg=eviction-hard=memory.available<1Gi@agent:*" --image rancher/k3s:v1.33.4-k3s1 --port "81:80@loadbalancer" --port "82:82@loadbalancer" -v /var/log/syslog:/var/log/syslog -v /var/log/auth.log:/var/log/auth.log
196+
- k3d cluster create ${HOSTNAME}-cluster --agents 2 --agents-memory 6G --k3s-arg "--kubelet-arg=eviction-hard=memory.available<1Gi@server:0" --k3s-arg "--kubelet-arg=eviction-hard=memory.available<1Gi@agent:*" --image rancher/k3s:v1.33.4-k3s1 --port "80:80@loadbalancer" --port "81:80@loadbalancer" --port "82:82@loadbalancer" -v /var/log/syslog:/var/log/syslog -v /var/log/auth.log:/var/log/auth.log
197197
198198
# Add user splunk to docker group
199199
- usermod -aG docker splunk

0 commit comments

Comments
 (0)