Skip to content

Commit

Permalink
Remove logging cluster from charts
Browse files Browse the repository at this point in the history
  • Loading branch information
dbason committed Sep 20, 2022
1 parent 200e847 commit dc0f985
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 539 deletions.
50 changes: 0 additions & 50 deletions packages/opni/opni/charts/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,56 +287,6 @@ questions:
default: "/data/store"
required: true
label: "Directory"
- variable: logging.enabled
type: boolean
default: "false"
group: "Logging"
label: "Enable Logging"
show_subquestion_if: true
subquestions:
- variable: logging.externalURL
type: string
default: ""
label: Opensearch External URL
- variable: logging.opensearch.persistence.enabled
type: boolean
default: false
label: Enable persistent storage
- variable: logging.opensearch.persistence.storageClass
show_if: logging.opensearch.persistence.enabled=true
default: ""
type: storageclass
- variable: logging.opensearch.exposeDataNodes.enabled
type: boolean
default: false
label: Expose Opensearch data nodes
- variable: logging.opensearch.exposeDataNodes.serviceType
show_if: "logging.opensearch.exposeDataNodes.enabled=true"
description: "Opensearch data nodes service type"
type: enum
default: "LoadBalancer"
label: "Service Type"
options:
- LoadBalancer
- NodePort
- ClusterIP
- variable: logging.local.enabled
type: boolean
default: false
label: "Ship logs from local cluster to Opni Logging"
- variable: logging.local.provider
show_if: "logging.local.enabled=true"
type: enum
default: "generic"
label: "Kubernetes Provider"
options:
- eks
- aks
- gce
- rke
- rke2
- k3s
- generic
- variable: ai.enabled
type: boolean
default: "false"
Expand Down
287 changes: 0 additions & 287 deletions packages/opni/opni/charts/templates/logging/local.yaml

This file was deleted.

This file was deleted.

Loading

0 comments on commit dc0f985

Please sign in to comment.