Skip to content

Commit

Permalink
update htcondor
Browse files Browse the repository at this point in the history
  • Loading branch information
ciangottini committed Sep 20, 2021
1 parent 85a6a79 commit 561eff5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stable/htcondor-aas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: v1
appVersion: 8.9.9
description: A Helm chart for the deployment of HTCondor cluster
name: htcondor
version: 2.1.11
version: 2.1.12
icon: https://research.cs.wisc.edu/htcondor/images/HTCondor_wiki_logo_small.png
maintainers:
- name: ttedesch
Expand Down
4 changes: 4 additions & 0 deletions stable/htcondor-aas/templates/deployment_schedd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ spec:
- schedd
topologyKey: kubernetes.io/hostname
containers:
hostAliases:
- hostnames:
- {{ .Values.schedd.hostname }}
ip: {{ .Values.master.publicIP }}
- name: schedd
resources:
requests:
Expand Down
5 changes: 3 additions & 2 deletions stable/htcondor-aas/templates/deployment_wn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ spec:
livenessProbe:
exec:
command:
- ls
- /cvmfs/*
- bash
- -c
- "ls /cvmfs/*"
initialDelaySeconds: 30
periodSeconds: 30
{{- end }}
Expand Down
5 changes: 3 additions & 2 deletions stable/htcondor-aas/templates/external_apps/cvmfs-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ spec:
livenessProbe:
exec:
command:
- ls
- /cvmfs/*
- bash
- -c
- "ls /cvmfs/*"
initialDelaySeconds: 30
periodSeconds: 600
image: "{{ .Values.cvmfs.image }}:{{ .Values.cvmfs.tag }}"
Expand Down

0 comments on commit 561eff5

Please sign in to comment.