Browse Source

fix: clusterip

pull/92/head
Jesse Gonzalez 4 years ago
parent
commit
f699ca08a1
  1. 2
      guestbook/guestbook-ui-svc.yaml
  2. 2
      helm-guestbook/values.yaml

2
guestbook/guestbook-ui-svc.yaml

@ -8,5 +8,5 @@ spec:
targetPort: 80 targetPort: 80
selector: selector:
app: guestbook-ui app: guestbook-ui
type: NodePort type: ClusterIP

2
helm-guestbook/values.yaml

@ -10,7 +10,7 @@ image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
service: service:
type: NodePort type: ClusterIP
port: 80 port: 80
ingress: ingress:

Loading…
Cancel
Save