Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove data gw and system manager from Helm chart #131

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions helm/templates/data-gateway-configmap.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions helm/templates/data-gateway-deployment.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions helm/templates/data-gateway-service.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions helm/templates/system-manager-deployment.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Default values for nuvlaedge.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 1

vpnClientComponentName: vpn-client
Expand All @@ -17,9 +13,6 @@ nuvlaedge:
organization: sixsq
repository: nuvlaedge
#tag: "latest"
dataGateway:
repository: eclipse-mosquitto
tag: "2.0.15-openssl"
pullPolicy: Always

agentConfig:
Expand Down