Skip to content

Commit

Permalink
chore(skaffold): remove distributed skaffold profile
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Camalon <[email protected]>
  • Loading branch information
thbcmlowk committed Oct 18, 2023
1 parent 260e8b1 commit 6c3c44c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,23 +83,6 @@ profiles:
path: /deploy/kubectl/manifests/3
- op: remove
path: /deploy/kubectl/manifests/1
- name: distributed
patches:
- op: add
path: /deploy/helm/releases/1/setValues/orchestrator.host
value: orchestrator-org-2-server.org-2.svc.cluster.local
- op: add
path: /deploy/helm/releases/0/setValues/server.livenessProbe.timeoutSeconds
value: 30
- op: add
path: /deploy/helm/releases/0/setValues/server.readinessProbe.timeoutSeconds
value: 30
- op: add
path: /deploy/helm/releases/1/setValues/server.livenessProbe.timeoutSeconds
value: 30
- op: add
path: /deploy/helm/releases/1/setValues/server.readinessProbe.timeoutSeconds
value: 30
- name: persist-db
patches:
- op: add
Expand Down

0 comments on commit 6c3c44c

Please sign in to comment.