Skip to content

Commit

Permalink
remove unnecessary deployment stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandemeusy committed Jun 6, 2024
1 parent 3e7dc4c commit 0a7cfdc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 80 deletions.
11 changes: 0 additions & 11 deletions helm/ctdapp/templates/configmap-postman.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions helm/ctdapp/templates/deployment-postman.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions helm/ctdapp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,3 @@ ctdapp:
requests:
cpu: 250m
memory: 256Mi
postman:
repository: europe-west3-docker.pkg.dev/hoprassociation/docker-images/cover-traffic
pullPolicy: Always
tag: ""
replicas: 1
extraEnvVars: {}
resources:
limits:
cpu: '1'
memory: 1Gi
requests:
cpu: 500m
memory: 512Mi
3 changes: 0 additions & 3 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ ctdapp:
core:
replicas: 1
tag: v2.2.1
postman:
replicas: 1
tag: v2.2.1
nodes:
NODE_ADDRESS_1: http://ctdapp-blue-node-1:3001
NODE_ADDRESS_2: http://ctdapp-blue-node-2:3001
Expand Down
3 changes: 0 additions & 3 deletions helm/values-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ ctdapp:
core:
replicas: 1
tag: staging
postman:
replicas: 1
tag: staging
nodes:
NODE_ADDRESS_1: http://ctdapp-blue-node-1.ctdapp.svc:3001
NODE_ADDRESS_2: http://ctdapp-blue-node-2.ctdapp.svc:3001
Expand Down

0 comments on commit 0a7cfdc

Please sign in to comment.