8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
Successfully deployed {{ .Chart.Name }}!
|
|
|
|
To access your application:
|
|
|
|
kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ include "interview-server.fullname" . }} 8080:{{ .Values.service.port }}
|
|
|
|
Then visit: http://localhost:8080
|