Browse Source

Comment out ports and add description for them

I've commented out the containerPort lines and added a description above them, so that people are aware to uncomment and change the port as they wish
pull/181/head
Robbie Hunt 5 years ago
committed by GitHub
parent
commit
8be662dc81
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      wg-easy_kubefile.yaml

14
wg-easy_kubefile.yaml

@ -49,12 +49,14 @@ spec:
image: docker.io/weejewel/wg-easy:latest image: docker.io/weejewel/wg-easy:latest
name: wg-easy name: wg-easy
ports: ports:
- containerPort: 51820 # Change hostPort to WG_HOST
hostPort: 51820 #- containerPort: 51820
protocol: UDP # hostPort: 51820
- containerPort: 51821 # protocol: UDP
hostPort: 51821 # Change hostPort to whatever port you want for web UI
protocol: TCP #- containerPort: 51821
# hostPort: 51821
# protocol: TCP
resources: {} resources: {}
securityContext: securityContext:
allowPrivilegeEscalation: true allowPrivilegeEscalation: true

Loading…
Cancel
Save