blob: fb190205b9883bb0b08cda56d9f7e8a71de1d464 [file] [log] [blame]
{{/*
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/}}
Apache OpenWhisk
Copyright 2016-2021 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
To configure your wsk cli to connect to it, set the apihost property
{{- if eq .Values.whisk.ingress.type "LoadBalancer" }}
by running the command `kubectl get services -o wide` and
use the hostname of the `EXTERNAL-IP` of the {{ .Release.Name }}-nginx service
and port 443 in the command below:
$ wsk property set --apihost NGINX_SERVICE_EXTERNAL_IP:443
{{- else }}
using the command below:
$ wsk property set --apihost {{ .Values.whisk.ingress.apiHostName -}}:{{- .Values.whisk.ingress.apiHostPort }}
{{- end }}
Your release is named {{ .Release.Name }}.
To learn more about the release, try:
$ helm status {{ .Release.Name }}
$ helm get {{ .Release.Name }}
Once the '{{ .Release.Name }}-install-packages' Pod is in the Completed state, your OpenWhisk deployment is ready to be used.
Once the deployment is ready, you can verify it using:
$ helm test {{ .Release.Name }} --cleanup