mohit goyal
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
guestbook/guestbook-ui-svc.yaml
|
@ -4,7 +4,10 @@ metadata: |
|
|
name: guestbook-ui |
|
|
name: guestbook-ui |
|
|
spec: |
|
|
spec: |
|
|
ports: |
|
|
ports: |
|
|
- port: 80 |
|
|
- nodePort: 31001 |
|
|
|
|
|
port: 80 |
|
|
|
|
|
protocol: TCP |
|
|
targetPort: 80 |
|
|
targetPort: 80 |
|
|
selector: |
|
|
selector: |
|
|
app: guestbook-ui |
|
|
app: guestbook-ui |
|
|
|
|
|
type: NodePort |
|
|