56 lines
2.4 KiB
YAML
56 lines
2.4 KiB
YAML
#
|
|
# Copyright (c) 2019-2021 Red Hat, Inc.
|
|
# This program and the accompanying materials are made
|
|
# available under the terms of the Eclipse Public License 2.0
|
|
# which is available at https://www.eclipse.org/legal/epl-2.0/
|
|
#
|
|
# SPDX-License-Identifier: EPL-2.0
|
|
#
|
|
# Contributors:
|
|
# Red Hat, Inc. - initial API and implementation
|
|
#
|
|
|
|
apiVersion: v1
|
|
description: A Helm chart for deploying Eclipse Che on a Kubernetes
|
|
name: eclipse-che
|
|
version: 7.49.0
|
|
annotations:
|
|
artifacthub.io/license: EPL-2.0
|
|
artifacthub.io/links: |
|
|
- name: repository
|
|
url: https://github.com/eclipse-che/che-operator
|
|
- name: web-site
|
|
url: https://www.eclipse.org/che/
|
|
- name: docs
|
|
url: https://www.eclipse.org/che/docs
|
|
- name: support
|
|
url: https://github.com/eclipse/che
|
|
artifacthub.io/provider: Eclipse Foundation
|
|
artifacthub.io/maintainers: |
|
|
- name: Anatolii Bazko
|
|
email: abazko@redhat.com
|
|
- name: Oleksandr Andriienko
|
|
email: oandriie@redhat.com
|
|
artifacthub.io/operator: "true"
|
|
artifacthub.io/operatorCapabilities: Seamless Upgrades
|
|
artifacthub.io/crdsExamples: "- apiVersion: org.eclipse.che/v1\n kind: CheCluster\n\
|
|
\ metadata:\n name: eclipse-che\n namespace: eclipse-che\n spec:\n \
|
|
\ server:\n cheClusterRoles: ''\n cheWorkspaceClusterRole: ''\n \
|
|
\ gitSelfSignedCert: false\n proxyURL: ''\n proxyPort: ''\n proxySecret:\
|
|
\ ''\n nonProxyHosts: ''\n workspaceNamespaceDefault: \"<username>-che\"\
|
|
\n database:\n externalDb: false\n chePostgresHostName: ''\n \
|
|
\ chePostgresPort: ''\n chePostgresSecret: ''\n chePostgresDb: ''\n\
|
|
\ storage:\n pvcStrategy: 'common'\n pvcClaimSize: '10Gi'\n \
|
|
\ preCreateSubPaths: true\n postgresPVCStorageClassName: ''\n workspacePVCStorageClassName:\
|
|
\ ''\n auth:\n identityProviderURL: ''\n oAuthClientName: ''\n \
|
|
\ oAuthSecret: ''\n k8s:\n ingressDomain: '192.168.99.101.nip.io'\n\
|
|
\ ingressClass: ''\n tlsSecretName: 'che-tls'\n securityContextFsGroup:\
|
|
\ ''\n securityContextRunAsUser: ''\n metrics:\n enable: true\n \
|
|
\ devWorkspace:\n enable: true\n"
|
|
artifacthub.io/crds: |-
|
|
- kind: CheCluster
|
|
version: v1
|
|
name: checlusters.org.eclipse.che
|
|
displayName: CheCluster
|
|
description: The `CheCluster` custom resource allows defining and managing a Che server installation
|