Skip to content

Commit

Permalink
release-4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-dilip committed Jul 10, 2024
1 parent 48edadc commit ef639a1
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 340 deletions.
4 changes: 2 additions & 2 deletions charts/cdefense/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.8.9
version: 4.9.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "4.8.9"
appVersion: "4.9.0"
13 changes: 0 additions & 13 deletions charts/cdefense/templates/graphql/config.yaml

This file was deleted.

116 changes: 0 additions & 116 deletions charts/cdefense/templates/graphql/deployment.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions charts/cdefense/templates/graphql/service.yaml

This file was deleted.

19 changes: 5 additions & 14 deletions charts/cdefense/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,31 +107,22 @@ spec:
name: api
port:
number: 80
- path: /integration/*
- path: /api-v2/*
pathType: ImplementationSpecific
backend:
service:
name: api
name: newapi
port:
number: 80
{{ if eq .Values.ingress.type "nginx" }}
- path: /integrations/*
pathType: ImplementationSpecific
backend:
service:
name: api
port:
number: 80
{{ end }}
- path: /api-v2/*
- path: /authentication/*
pathType: ImplementationSpecific
backend:
service:
name: newapi
name: web
port:
number: 80
{{ if eq .Values.ingress.type "nginx" }}
- path: /authentication/*
- path: /integrations-list
pathType: ImplementationSpecific
backend:
service:
Expand Down
90 changes: 0 additions & 90 deletions charts/cdefense/templates/recommendation/deployment.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions charts/cdefense/templates/recommendation/hpa.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions charts/cdefense/templates/recommendation/service.yaml

This file was deleted.

34 changes: 1 addition & 33 deletions charts/cdefense/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "release-4.8.9"
version: "release-4.9.0"
domain: clouddefenseai.com
hostname: cdefense.clouddefenseai.com

Expand Down Expand Up @@ -89,18 +89,6 @@ authservice:
port: 80
targetPort: 8080

graphql:
enabled: false
nodeSelector: cdefense
tolerations: []
image: cdefense/graphql
service:
type: NodePort
ports:
- name: http
port: 80
targetPort: 8080

api:
nodeSelector: cdefense
tolerations: []
Expand Down Expand Up @@ -174,26 +162,6 @@ alertservice:
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80

recommendation:
enabled: false
nodeSelector: cdefense
tolerations: []
replicas: 1
image: cdefense/recommendation-service
version: "latest"
service:
type: NodePort
ports:
- name: http
port: 80
targetPort: 3000
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 3
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80

web:
nodeSelector: cdefense
tolerations: []
Expand Down
Loading

0 comments on commit ef639a1

Please sign in to comment.