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
name: wg-easy
ports:
- containerPort: 51820
hostPort: 51820
protocol: UDP
- containerPort: 51821
hostPort: 51821
protocol: TCP
# Change hostPort to WG_HOST
#- containerPort: 51820
# hostPort: 51820
# protocol: UDP
# Change hostPort to whatever port you want for web UI
#- containerPort: 51821
# hostPort: 51821
# protocol: TCP
resources: {}
securityContext:
allowPrivilegeEscalation: true

Loading…
Cancel
Save