Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rampadc/otp-gitops-services
https://github.com/rampadc/otp-gitops-services
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rampadc/otp-gitops-services
- Owner: rampadc
- License: apache-2.0
- Created: 2022-08-15T00:45:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T06:20:50.000Z (over 2 years ago)
- Last Synced: 2024-11-22T18:38:46.889Z (2 months ago)
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Catalog of Operators and Instances Catalog for One Touch Provisioning asset
This git repository serves as a catalog/library of Operators and Instances of the custom resource(s) provided by the Operators for the [One Touch Provisioning](https://github.com/one-touch-provisioning/otp-gitops) asset. The Operator and Instance YAMLs are package as a Helm Chart and can be referenced by ArgoCD Applications.
The Charts are hosted in the [Cloud Native Toolkit Helm Repository](https://github.com/cloud-native-toolkit/toolkit-charts).
## Instances
Instances are deployed with mostly default options selected. You will need to modify these to suit your configurations.
### Instana
The prerequisites to install the Instana agent are:
1. Store your Instana Agent Key in a secret in the `instana-agent` namespace. The secret key field should contain `key` and the value contains your Instana Agent Key. Modify the `instana-agent.agent.keysSecret` value in the `instances\instana-agent\values.yaml` file to match the secret you deployed.
2. Modify the `instana-agent.cluster.name` value in the `instances\instana-agent\values.yaml` file which represents the name that will be assigned to this cluster in Instana.
3. Modify the `instana-agent.zone.name` value in the `instances\instana-agent\values.yaml` file which is the custom zone that detected technologies will be assigned to.