Skip to content

Commit

Permalink
feat(clowder): add prefix to each clowderized component
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoremepunto authored and akofink committed Aug 20, 2021
1 parent 53f029d commit 0b4c3b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ objects:
appName: "compliance"
insightsOnly: true
jobs:
- name: import-ssg
- name: compliance-import-ssg
podSpec:
imagePullPolicy: Always
image: ${IMAGE}:${IMAGE_TAG}
Expand Down Expand Up @@ -95,7 +95,7 @@ objects:
- name: SECRET_KEY_BASE
value: "secret_key_base"
deployments:
- name: backend
- name: compliance-backend
# TODO: Check how to auto-scale with Clowder
minReplicas: ${{REPLICAS_BACKEND}}
webServices:
Expand Down Expand Up @@ -164,7 +164,7 @@ objects:
requests:
cpu: ${CPU_REQUEST_SERV}
memory: ${MEMORY_REQUEST_SERV}
- name: prometheus-exporter
- name: compliance-prometheus-exporter
minReplicas: ${{REPLICAS_PROMETHEUS}}
webServices:
private:
Expand Down

0 comments on commit 0b4c3b4

Please sign in to comment.