-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add traefik ingressroute Signed-off-by: Sunny Yip <[email protected]> * lower minio mem request Signed-off-by: Sunny Yip <[email protected]> * update ingressroute enable param Signed-off-by: Sunny Yip <[email protected]> * add alb-oidc-secret read role Signed-off-by: Sunny Yip <[email protected]> * undeploy alb secret read role Signed-off-by: Sunny Yip <[email protected]> * clean up ingress yaml Signed-off-by: Sunny Yip <[email protected]> * bump version Signed-off-by: Sunny Yip <[email protected]> * fix white spaces Signed-off-by: Sunny Yip <[email protected]> * fix linting error Signed-off-by: Sunny Yip <[email protected]> * remove traefik ingress defaults Signed-off-by: Sunny Yip <[email protected]> * add support to create nodeport service for gql server Signed-off-by: Sunny Yip <[email protected]> * update README Signed-off-by: Sunny Yip <[email protected]> * check in test values file Signed-off-by: Sunny Yip <[email protected]> * fix linting test Signed-off-by: Sunny Yip <[email protected]> * tidy up test workflow Signed-off-by: Sunny Yip <[email protected]> * add service accounts Signed-off-by: Sunny Yip <[email protected]> * parameterize resources Signed-off-by: Sunny Yip <[email protected]> * support deploying additional objects Signed-off-by: Sunny Yip <[email protected]> * remove common env vars Signed-off-by: Sunny Yip <[email protected]> * add service account for depsdev collector Signed-off-by: Sunny Yip <[email protected]> * add tolerations support Signed-off-by: Sunny Yip <[email protected]> * add tolerations support Signed-off-by: Sunny Yip <[email protected]> * tidy up resource requests Signed-off-by: Sunny Yip <[email protected]> * unset default db-address Signed-off-by: Sunny Yip <[email protected]> * properly disable osv-certifier Signed-off-by: Sunny Yip <[email protected]> * properly disable osv-certifier Signed-off-by: Sunny Yip <[email protected]> * properly disable deployment Signed-off-by: Sunny Yip <[email protected]> * support additional volumes Signed-off-by: Sunny Yip <[email protected]> * support additional volumes Signed-off-by: Sunny Yip <[email protected]> * take list of env vars Signed-off-by: Sunny Yip <[email protected]> * take list of env vars Signed-off-by: Sunny Yip <[email protected]> * reduce memory requests Signed-off-by: Sunny Yip <[email protected]> * update readme and bump version Signed-off-by: Sunny Yip <[email protected]> * add guacrest Signed-off-by: Sunny Yip <[email protected]> * define minio request memory or else it defaults to 16G Signed-off-by: Sunny Yip <[email protected]> * properly disable service account Signed-off-by: Sunny Yip <[email protected]> --------- Signed-off-by: Sunny Yip <[email protected]>
- Loading branch information
Showing
22 changed files
with
936 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ maintainers: | |
email: [email protected] | ||
|
||
type: application | ||
version: 0.2.8 | ||
appVersion: "v0.5.1" | ||
version: 0.2.9 | ||
appVersion: "v0.5.2" | ||
|
||
dependencies: | ||
- name: nats | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{{- if .Values.additionalObjects }} | ||
{{/* | ||
{{- toYaml .Values.guac.additionalResources }} | ||
*/}} | ||
{{- range $.Values.additionalObjects }} | ||
--- | ||
{{ toYaml . }} | ||
{{- end }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright Kusari, Inc. and contributors | ||
# Licensed under the MIT license. See LICENSE file in the project root for details. | ||
{{ if .Values.guac.collectSub.enabled }} | ||
--- | ||
apiVersion: v1 | ||
kind: ServiceAccount | ||
metadata: | ||
name: {{ .Values.guac.collectSub.name }} | ||
{{- if .Values.guac.collectSub.annotations }} | ||
annotations: | ||
{{ toYaml .Values.guac.collectSub.serviceAccount.annotations | indent 4 }} | ||
{{- end }} | ||
labels: | ||
{{- include "guac.labels" . | nindent 4 }} | ||
app.kubernetes.io/name: {{ .Values.guac.collectSub.name }} | ||
app.kubernetes.io/component: {{ .Values.guac.collectSub.name }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright Kusari, Inc. and contributors | ||
# Licensed under the MIT license. See LICENSE file in the project root for details. | ||
{{ if .Values.guac.depsDevCollector.enabled }} | ||
--- | ||
apiVersion: v1 | ||
kind: ServiceAccount | ||
metadata: | ||
name: {{ .Values.guac.depsDevCollector.name }} | ||
{{- if .Values.guac.depsDevCollector.annotations }} | ||
annotations: | ||
{{ toYaml .Values.guac.depsDevCollector.serviceAccount.annotations | indent 4 }} | ||
{{- end }} | ||
labels: | ||
{{- include "guac.labels" . | nindent 4 }} | ||
app.kubernetes.io/name: {{ .Values.guac.depsDevCollector.name }} | ||
app.kubernetes.io/component: {{ .Values.guac.depsDevCollector.name }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright Kusari, Inc. and contributors | ||
# Licensed under the MIT license. See LICENSE file in the project root for details. | ||
{{ if .Values.guac.graphqlServer.enabled }} | ||
--- | ||
apiVersion: v1 | ||
kind: ServiceAccount | ||
metadata: | ||
name: {{ .Values.guac.graphqlServer.name }} | ||
{{- if .Values.guac.graphqlServer.annotations }} | ||
annotations: | ||
{{ toYaml .Values.guac.graphqlServer.serviceAccount.annotations | indent 4 }} | ||
{{- end }} | ||
labels: | ||
{{- include "guac.labels" . | nindent 4 }} | ||
app.kubernetes.io/name: {{ .Values.guac.graphqlServer.name }} | ||
app.kubernetes.io/component: {{ .Values.guac.graphqlServer.name }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
# Copyright Kusari, Inc. and contributors | ||
# Licensed under the MIT license. See LICENSE file in the project root for details. | ||
{{ if .Values.guac.restApi.enabled }} | ||
--- | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: {{ .Values.guac.restApi.name }} | ||
{{- if .Values.guac.restApi.annotations }} | ||
annotations: | ||
{{ toYaml .Values.guac.restApi.annotations | indent 4 }} | ||
{{- end }} | ||
labels: | ||
{{- include "guac.labels" . | nindent 4 }} | ||
app.kubernetes.io/name: {{ .Values.guac.restApi.name }} | ||
app.kubernetes.io/component: {{ .Values.guac.restApi.name }} | ||
spec: | ||
replicas: {{ .Values.guac.restApi.replicas }} | ||
selector: | ||
matchLabels: | ||
{{- include "guac.selectorLabels" . | nindent 6 }} | ||
app.kubernetes.io/name: {{ .Values.guac.restApi.name }} | ||
app.kubernetes.io/component: {{ .Values.guac.restApi.name }} | ||
template: | ||
metadata: | ||
labels: | ||
{{- include "guac.selectorLabels" . | nindent 8 }} | ||
app.kubernetes.io/name: {{ .Values.guac.restApi.name }} | ||
app.kubernetes.io/component: {{ .Values.guac.restApi.name }} | ||
spec: | ||
containers: | ||
- name: {{ .Values.guac.restApi.name }} | ||
{{- if .Values.guac.guacImage.digest }} | ||
image: "{{ .Values.guac.guacImage.repository }}@{{ .Values.guac.guacImage.digest }}" | ||
{{- else }} | ||
image: "{{ .Values.guac.guacImage.repository }}:{{ .Values.guac.guacImage.tag | default .Chart.AppVersion}}" | ||
{{- end }} | ||
imagePullPolicy: "{{ .Values.guac.guacImage.pullPolicy }}" | ||
command: | ||
{{ toYaml .Values.guac.restApi.image.command | indent 10 }} | ||
workingDir: {{ .Values.guac.guacImage.workingDir }} | ||
{{- if .Values.guac.restApi.ports }} | ||
ports: | ||
{{ toYaml .Values.guac.restApi.image.ports | indent 10 }} | ||
{{- end }} | ||
volumeMounts: | ||
- name: guac-config | ||
mountPath: {{ .Values.guac.guacImage.workingDir }} | ||
readOnly: true | ||
|
||
{{- if or .Values.guac.common.env .Values.guac.graphqlServer.env }} | ||
env: | ||
{{- if .Values.guac.common.env }} | ||
{{ toYaml .Values.guac.common.env | indent 10 }} | ||
{{- end }} | ||
{{- if .Values.guac.graphqlServer.env }} | ||
{{ toYaml .Values.guac.graphqlServer.env | indent 10 }} | ||
{{- end }} | ||
{{- end }} | ||
|
||
{{- if .Values.imagePullSecrets }} | ||
imagePullSecrets: | ||
{{ toYaml .Values.imagePullSecrets | indent 8 }} | ||
{{- end }} | ||
volumes: | ||
- name: guac-config | ||
configMap: | ||
name: guac-cm | ||
{{- if .Values.guac.restApi.nodeSelector }} | ||
nodeSelector: | ||
{{ toYaml .Values.guac.restApi.nodeSelector | indent 8 }} | ||
{{- end }} | ||
{{- if .Values.guac.restApi.tolerations }} | ||
tolerations: | ||
{{ toYaml .Values.guac.restApi.tolerations | indent 8 }} | ||
{{- end }} | ||
|
||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright Kusari, Inc. and contributors | ||
# Licensed under the MIT license. See LICENSE file in the project root for details. | ||
{{ if .Values.guac.restApi.enabled }} | ||
--- | ||
apiVersion: v1 | ||
kind: ServiceAccount | ||
metadata: | ||
name: {{ .Values.guac.restApi.name }} | ||
{{- if .Values.guac.restApi.annotations }} | ||
annotations: | ||
{{ toYaml .Values.guac.restApi.serviceAccount.annotations | indent 4 }} | ||
{{- end }} | ||
labels: | ||
{{- include "guac.labels" . | nindent 4 }} | ||
app.kubernetes.io/name: {{ .Values.guac.restApi.name }} | ||
app.kubernetes.io/component: {{ .Values.guac.restApi.name }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright Kusari, Inc. and contributors | ||
# Licensed under the MIT license. See LICENSE file in the project root for details. | ||
{{ if .Values.guac.restApi.enabled }} | ||
{{- if .Values.guac.restApi.svcPorts }} | ||
--- | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: {{ .Values.guac.restApi.name }} | ||
labels: | ||
{{- include "guac.labels" . | nindent 4 }} | ||
app.kubernetes.io/name: {{ .Values.guac.restApi.name }} | ||
app.kubernetes.io/component: {{ .Values.guac.restApi.name }} | ||
spec: | ||
selector: | ||
{{- include "guac.selectorLabels" . | nindent 4 }} | ||
app.kubernetes.io/name: {{ .Values.guac.restApi.name }} | ||
app.kubernetes.io/component: {{ .Values.guac.restApi.name }} | ||
ports: | ||
{{- range .Values.guac.restApi.svcPorts }} | ||
- {{ . | toYaml | indent 6 | trim }} | ||
{{- end }} | ||
{{- end }} | ||
{{- end }} |
Oops, something went wrong.