Skip to content

Commit

Permalink
fix: make comment clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybrueder committed Jun 28, 2021
1 parent 8b27fa2 commit b88a121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/12-factor-app-v2/k8s/traefik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ metadata:
app: traefik
spec:
externalIPs:
- <ENV-IP> #10.0.0.242 IP of your centos host (hostname -i)
- <ENV-IP> #e.g. 10.0.0.242 IP of your MicroK8s host (hostname -I)
ports:
- protocol: TCP
name: web
Expand Down

0 comments on commit b88a121

Please sign in to comment.