Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Oct 29, 2024
1 parent 672f636 commit 30fd156
Show file tree
Hide file tree
Showing 22 changed files with 8 additions and 182 deletions.
35 changes: 1 addition & 34 deletions docs/docs/schema/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@
"additionalProperties": true,
"description": "Helm app values.",
"properties": {
"metadata": {
"title": "Metadata",
"type": "object"
},
"nameOverride": {
"anyOf": [
{
Expand Down Expand Up @@ -837,12 +833,7 @@
"KubernetesAppValues": {
"additionalProperties": true,
"description": "Settings specific to Kubernetes apps.",
"properties": {
"metadata": {
"title": "Metadata",
"type": "object"
}
},
"properties": {},
"title": "KubernetesAppValues",
"type": "object"
},
Expand Down Expand Up @@ -1206,10 +1197,6 @@
"title": "Imagetag",
"type": "string"
},
"metadata": {
"title": "Metadata",
"type": "object"
},
"nameOverride": {
"anyOf": [
{
Expand Down Expand Up @@ -1359,10 +1346,6 @@
"title": "Livenessprobe",
"type": "object"
},
"metadata": {
"title": "Metadata",
"type": "object"
},
"nameOverride": {
"anyOf": [
{
Expand Down Expand Up @@ -2092,10 +2075,6 @@
"title": "Imagetag",
"type": "string"
},
"metadata": {
"title": "Metadata",
"type": "object"
},
"nameOverride": {
"anyOf": [
{
Expand Down Expand Up @@ -2266,10 +2245,6 @@
"title": "Livenessprobe",
"type": "object"
},
"metadata": {
"title": "Metadata",
"type": "object"
},
"nameOverride": {
"anyOf": [
{
Expand Down Expand Up @@ -2614,10 +2589,6 @@
"title": "Imagetag",
"type": "string"
},
"metadata": {
"title": "Metadata",
"type": "object"
},
"nameOverride": {
"anyOf": [
{
Expand Down Expand Up @@ -2749,10 +2720,6 @@
"title": "Livenessprobe",
"type": "object"
},
"metadata": {
"title": "Metadata",
"type": "object"
},
"nameOverride": {
"anyOf": [
{
Expand Down
20 changes: 0 additions & 20 deletions docs/docs/schema/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@
"additionalProperties": true,
"description": "Helm app values.",
"properties": {
"metadata": {
"title": "Metadata",
"type": "object"
},
"nameOverride": {
"anyOf": [
{
Expand Down Expand Up @@ -837,10 +833,6 @@
"title": "Imagetag",
"type": "string"
},
"metadata": {
"title": "Metadata",
"type": "object"
},
"nameOverride": {
"anyOf": [
{
Expand Down Expand Up @@ -990,10 +982,6 @@
"title": "Livenessprobe",
"type": "object"
},
"metadata": {
"title": "Metadata",
"type": "object"
},
"nameOverride": {
"anyOf": [
{
Expand Down Expand Up @@ -1723,10 +1711,6 @@
"title": "Imagetag",
"type": "string"
},
"metadata": {
"title": "Metadata",
"type": "object"
},
"nameOverride": {
"anyOf": [
{
Expand Down Expand Up @@ -1897,10 +1881,6 @@
"title": "Livenessprobe",
"type": "object"
},
"metadata": {
"title": "Metadata",
"type": "object"
},
"nameOverride": {
"anyOf": [
{
Expand Down
3 changes: 0 additions & 3 deletions kpops/components/base_components/kubernetes_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import logging
import re
from abc import ABC
from typing import Any

from pydantic import ConfigDict, Field
from typing_extensions import override
Expand All @@ -22,8 +21,6 @@
class KubernetesAppValues(CamelCaseConfigModel, DescConfigModel):
"""Settings specific to Kubernetes apps."""

metadata: dict[str, Any] = Field(default_factory=dict)

model_config = ConfigDict(
extra="allow",
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
imageTag: 1.0.0
labels:
pipeline: atm-fraud
metadata: {}
prometheus:
jmx:
enabled: false
Expand Down Expand Up @@ -52,7 +51,6 @@
imageTag: 1.0.0
labels:
pipeline: atm-fraud
metadata: {}
prometheus:
jmx:
enabled: false
Expand Down Expand Up @@ -86,7 +84,6 @@
imageTag: 1.0.0
labels:
pipeline: atm-fraud
metadata: {}
prometheus:
jmx:
enabled: false
Expand Down Expand Up @@ -125,7 +122,6 @@
imageTag: 1.0.0
labels:
pipeline: atm-fraud
metadata: {}
prometheus:
jmx:
enabled: false
Expand Down Expand Up @@ -160,7 +156,6 @@
imageTag: 1.0.0
labels:
pipeline: atm-fraud
metadata: {}
persistence:
enabled: false
prometheus:
Expand Down Expand Up @@ -208,7 +203,6 @@
imageTag: 1.0.0
labels:
pipeline: atm-fraud
metadata: {}
persistence:
enabled: false
prometheus:
Expand Down Expand Up @@ -247,7 +241,6 @@
imageTag: 1.0.0
labels:
pipeline: atm-fraud
metadata: {}
persistence:
enabled: false
prometheus:
Expand Down Expand Up @@ -295,7 +288,6 @@
imageTag: 1.0.0
labels:
pipeline: atm-fraud
metadata: {}
persistence:
enabled: false
prometheus:
Expand Down Expand Up @@ -334,7 +326,6 @@
imageTag: 1.0.0
labels:
pipeline: atm-fraud
metadata: {}
persistence:
enabled: false
prometheus:
Expand Down Expand Up @@ -392,7 +383,6 @@
imageTag: 1.0.0
labels:
pipeline: atm-fraud
metadata: {}
persistence:
enabled: false
prometheus:
Expand Down Expand Up @@ -429,7 +419,6 @@
brokers: http://k8kafka-cp-kafka-headless.kpops.svc.cluster.local:9092
connector: atm-fraud-postgresql-connector
connectorType: sink
metadata: {}
version: 1.0.4
config:
auto.create: true
Expand All @@ -456,7 +445,6 @@
value.converter.schema.registry.url: http://k8kafka-cp-schema-registry.${NAMESPACE}.svc.cluster.local:8081
name: postgresql-connector
prefix: atm-fraud-
resetter_values:
metadata: {}
resetter_values: {}
sync_wave: 9
type: kafka-sink-connector
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
imageTag: 1.0.0
labels:
pipeline: word-count
metadata: {}
prometheus:
jmx:
enabled: false
Expand Down Expand Up @@ -50,7 +49,6 @@
imageTag: 1.0.0
labels:
pipeline: word-count
metadata: {}
prometheus:
jmx:
enabled: false
Expand Down Expand Up @@ -81,7 +79,6 @@
imageTag: 1.0.0
labels:
pipeline: word-count
metadata: {}
persistence:
enabled: false
prometheus:
Expand Down Expand Up @@ -129,7 +126,6 @@
imageTag: 1.0.0
labels:
pipeline: word-count
metadata: {}
persistence:
enabled: false
prometheus:
Expand Down Expand Up @@ -163,7 +159,6 @@
brokers: http://k8kafka-cp-kafka-headless.kpops.svc.cluster.local:9092
connector: word-count-redis-sink-connector
connectorType: sink
metadata: {}
version: 1.0.4
config:
connector.class: com.github.jcustenborder.kafka.connect.redis.RedisSinkConnector
Expand All @@ -176,7 +171,6 @@
value.converter: org.apache.kafka.connect.storage.StringConverter
name: redis-sink-connector
prefix: word-count-
resetter_values:
metadata: {}
resetter_values: {}
sync_wave: 5
type: kafka-sink-connector
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
type: producer-app-cleaner
values:
imageTag: latest
metadata: {}
resources:
limits:
memory: 2G
Expand Down Expand Up @@ -43,7 +42,6 @@
type: producer-app-v2
values:
imageTag: latest
metadata: {}
resources:
limits:
memory: 2G
Expand Down Expand Up @@ -71,7 +69,6 @@
imageTag: latest
labels:
pipeline: resources-custom-config
metadata: {}
persistence:
enabled: false
statefulSet: false
Expand Down Expand Up @@ -114,7 +111,6 @@
imageTag: latest
labels:
pipeline: resources-custom-config
metadata: {}
persistence:
enabled: false
statefulSet: false
Expand Down
Loading

0 comments on commit 30fd156

Please sign in to comment.