Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidya2606 committed Oct 18, 2024
1 parent 5a905f5 commit e68d046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/manifests/Service/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
- name: "PORT"
type: "int"
kind: "port"
description: "the port exposed in the application"
description: "the port the service uses to make the application accessible from outside the cluster"
default:
value: 80
- name: "APPNAME"
Expand All @@ -25,6 +25,6 @@ variables:
- name: "TARGETPORT"
type: "int"
kind: "port"
description: "the port the Service uses to make the application accessible from outside the cluster"
description: "the port exposed in the application"
default:
referenceVar: "PORT"

0 comments on commit e68d046

Please sign in to comment.