Skip to content

Commit

Permalink
add observability-operator-0.8.1-8f1f80025fc75c97d882156c9b6e826f4a49…
Browse files Browse the repository at this point in the history
…9165.tgz

observability-operator-0.8.1-8f1f80025fc75c97d882156c9b6e826f4a499165.tgz-meta/README.md
observability-operator-0.8.1-8f1f80025fc75c97d882156c9b6e826f4a499165.tgz-meta/main.yaml
observability-operator-0.8.1-8f1f80025fc75c97d882156c9b6e826f4a499165.tgz-meta/values.schema.json
  • Loading branch information
catalogbot committed Nov 6, 2024
1 parent 185e0ca commit ab80c52
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 1 deletion.
20 changes: 19 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38022,6 +38022,24 @@ entries:
urls:
- https://giantswarm.github.io/control-plane-test-catalog/observability-operator-0.8.1-8ffbe1823aa741729000e0c6a9e320aa80b18e6d.tgz
version: 0.8.1-8ffbe1823aa741729000e0c6a9e320aa80b18e6d
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/control-plane-test-catalog/observability-operator-0.8.1-8f1f80025fc75c97d882156c9b6e826f4a499165.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/control-plane-test-catalog/observability-operator-0.8.1-8f1f80025fc75c97d882156c9b6e826f4a499165.tgz-meta/README.md
application.giantswarm.io/team: atlas
application.giantswarm.io/values-schema: https://giantswarm.github.io/control-plane-test-catalog/observability-operator-0.8.1-8f1f80025fc75c97d882156c9b6e826f4a499165.tgz-meta/values.schema.json
config.giantswarm.io/version: 1.x.x
apiVersion: v2
appVersion: 0.8.1-8f1f80025fc75c97d882156c9b6e826f4a499165
created: "2024-11-06T13:50:51.024315913Z"
description: The observability-operator manages the Giant Swarm observability
platform.
digest: 91909e7e48ac2849da3279e0cc2b5d16f036edb45c032c4af67808ff3e2ff545
home: https://github.com/giantswarm/observability-operator
icon: https://s.giantswarm.io/app-icons/giantswarm/1/light.svg
name: observability-operator
urls:
- https://giantswarm.github.io/control-plane-test-catalog/observability-operator-0.8.1-8f1f80025fc75c97d882156c9b6e826f4a499165.tgz
version: 0.8.1-8f1f80025fc75c97d882156c9b6e826f4a499165
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/control-plane-test-catalog/observability-operator-0.8.1-8b6620f2e532ba53ba638776ed5549ec7cb8e818.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/control-plane-test-catalog/observability-operator-0.8.1-8b6620f2e532ba53ba638776ed5549ec7cb8e818.tgz-meta/README.md
Expand Down Expand Up @@ -55850,4 +55868,4 @@ entries:
urls:
- https://giantswarm.github.io/control-plane-test-catalog/vertical-pod-autoscaler-crd-0.0.0-9925886a8b029918200779e160c758cfb3c660dc.tgz
version: 0.0.0-9925886a8b029918200779e160c758cfb3c660dc
generated: "2024-11-06T13:46:58.879354496Z"
generated: "2024-11-06T13:50:51.02244006Z"
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/giantswarm/observability-operator/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/giantswarm/observability-operator/tree/main)

# observability-operator

This operator is in charge of handling the setup and configuration of the Giant Swarm observability platform.

It reconciles `cluster.cluster.x-k8s.io` objects and makes sure each `Cluster` is provided with:
- TODO(atlas) update this section

## Getting started

Get the code and build it via:

```bash
git clone https://github.com/giantswarm/observability-operator.git
cd observability-operator
make
```

See `make help` for help.

## Architecture

TODO(atlas): Fill this out

## Credits

This operator was built using [`kubebuilder`](https://book.kubebuilder.io/quick-start.html).
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/control-plane-test-catalog/observability-operator-0.8.1-8f1f80025fc75c97d882156c9b6e826f4a499165.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/control-plane-test-catalog/observability-operator-0.8.1-8f1f80025fc75c97d882156c9b6e826f4a499165.tgz-meta/README.md
application.giantswarm.io/team: atlas
application.giantswarm.io/values-schema: https://giantswarm.github.io/control-plane-test-catalog/observability-operator-0.8.1-8f1f80025fc75c97d882156c9b6e826f4a499165.tgz-meta/values.schema.json
config.giantswarm.io/version: 1.x.x
chartApiVersion: v2
chartFile: observability-operator-0.8.1-8f1f80025fc75c97d882156c9b6e826f4a499165.tgz
dateCreated: '2024-11-06T13:50:43.850084Z'
digest: 91909e7e48ac2849da3279e0cc2b5d16f036edb45c032c4af67808ff3e2ff545
home: https://github.com/giantswarm/observability-operator
icon: https://s.giantswarm.io/app-icons/giantswarm/1/light.svg
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"global": {
"type": "object",
"properties": {
"podSecurityStandards": {
"type": "object",
"properties": {
"enforced": {
"type": "boolean"
}
}
}
}
},
"image": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"registry": {
"type": "string"
},
"tag": {
"type": "string"
}
}
},
"managementCluster": {
"type": "object",
"properties": {
"baseDomain": {
"type": "string"
},
"customer": {
"type": "string"
},
"insecureCA": {
"type": "boolean"
},
"name": {
"type": "string"
},
"pipeline": {
"type": "string"
},
"region": {
"type": "string"
}
}
},
"monitoring": {
"type": "object",
"properties": {
"agent": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"opsgenieApiKey": {
"type": "string"
},
"prometheusVersion": {
"type": "string"
},
"sharding": {
"type": "object",
"properties": {
"scaleDownPercentage": {
"type": "number"
},
"scaleUpSeriesCount": {
"type": "integer"
}
}
},
"wal": {
"type": "object",
"properties": {
"truncateFrequency": {
"type": "string"
}
}
}
}
},
"operator": {
"type": "object",
"properties": {
"containerSecurityContext": {
"type": "object",
"properties": {
"allowPrivilegeEscalation": {
"type": "boolean"
},
"capabilities": {
"type": "object",
"properties": {
"drop": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"readOnlyRootFilesystem": {
"type": "boolean"
},
"seccompProfile": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
}
}
},
"podSecurityContext": {
"type": "object",
"properties": {
"runAsNonRoot": {
"type": "boolean"
},
"runAsUser": {
"type": "integer"
},
"seccompProfile": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
}
}
},
"resources": {
"type": "object",
"properties": {
"limits": {
"type": "object",
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
}
},
"requests": {
"type": "object",
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
}
}
}
}
}
}
}
}

0 comments on commit ab80c52

Please sign in to comment.