Skip to content

Commit

Permalink
feat: Add license information for jifa helm chart,
Browse files Browse the repository at this point in the history
  • Loading branch information
mark8s committed Mar 20, 2024
1 parent c940e0b commit 851e36a
Show file tree
Hide file tree
Showing 9 changed files with 116 additions and 3 deletions.
13 changes: 13 additions & 0 deletions manifests/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<!--
Copyright (c) 2020, 2023 Contributors to the Eclipse Foundation
See the NOTICE file(s) distributed with this work for additional
information regarding copyright ownership.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0
SPDX-License-Identifier: EPL-2.0
-->

## Deploy jifa by helm

We can use [helm](https://helm.sh/) to quickly deploy jifa.
Expand Down
13 changes: 13 additions & 0 deletions manifests/charts/jifa/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#

apiVersion: v2
name: jifa
description: A Helm chart for Kubernetes
Expand Down
13 changes: 13 additions & 0 deletions manifests/charts/jifa/templates/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#

{{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
Expand Down
13 changes: 13 additions & 0 deletions manifests/charts/jifa/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#

{{- if .Values.ingress.enabled -}}
{{- $fullName := include "jifa.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
Expand Down
13 changes: 13 additions & 0 deletions manifests/charts/jifa/templates/jifa-configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#

apiVersion: v1
kind: ConfigMap
metadata:
Expand Down
13 changes: 13 additions & 0 deletions manifests/charts/jifa/templates/jifa-master-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#

apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
13 changes: 13 additions & 0 deletions manifests/charts/jifa/templates/jifa-pvc.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down
13 changes: 13 additions & 0 deletions manifests/charts/jifa/templates/jifa-service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#

apiVersion: v1
kind: Service
metadata:
Expand Down
15 changes: 12 additions & 3 deletions manifests/charts/jifa/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Default values for jifa.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
#
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#

replicaCount: 1

Expand Down

0 comments on commit 851e36a

Please sign in to comment.